Skip to content

Commit

Permalink
try to fix pytest on github with M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 17, 2024
1 parent 72498c5 commit db1da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def api_server_v2(request, cp_server):
"max_log_file_rotations": 20,
"log_exclude_filters": None,
"log_include_filters": None,
"cache_dir": None,
"cache_dir": os.path.dirname(request.module.FIXTURE_DB),
}
server_config = (
default_config
Expand Down

0 comments on commit db1da91

Please sign in to comment.