Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 17, 2024
1 parent 99ad8cf commit b4816e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ def blockbuster(request):
("_pytest/assertion/rewrite.py", {"_should_rewrite"}),
]
)
bb.functions["os.mkdir"].can_block_functions.append(
("_pytest/assertion/rewrite.py", {"try_makedirs"})
)
bb.functions["os.replace"].can_block_functions.append(
("_pytest/assertion/rewrite.py", {"_write_pyc"})
)
bb.functions["os.mkdir"].can_block_functions.append(("_pytest/assertion/rewrite.py", {"try_makedirs"}))
bb.functions["os.replace"].can_block_functions.append(("_pytest/assertion/rewrite.py", {"_write_pyc"}))
yield bb


Expand Down

0 comments on commit b4816e7

Please sign in to comment.