Skip to content

Commit

Permalink
try removing importlib (FAIR-Chem#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Barroso-Luque <[email protected]>
Former-commit-id: d9f60668dc34c4ffad0328d21719d1913a8ce770
  • Loading branch information
rayg1234 and lbluque authored Jul 1, 2024
1 parent 1548717 commit 7a6907c
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 7a6907c

Please sign in to comment.