Skip to content

Commit

Permalink
try removing importlib (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Barroso-Luque <[email protected]>
  • Loading branch information
rayg1234 and lbluque authored Jul 1, 2024
1 parent b170227 commit 8c3e6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fairchem-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fragments = [

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-p no:warnings --import-mode importlib -x --quiet -rxXs --color yes"
addopts = "-p no:warnings -x --quiet -rxXs --color yes"
filterwarnings = [
'ignore::UserWarning',
'ignore::FutureWarning',
Expand Down

0 comments on commit 8c3e6d1

Please sign in to comment.