Skip to content

Commit

Permalink
Disable --importmode=importlib to work around pytest-dev/pytest#9645
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Feb 26, 2022
1 parent 7b27f76 commit 7c5e01f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions MANIFEST.in
@@ -1,6 +1,7 @@
include AUTHORS.md
include CHANGELOG.md
include LICENSE.txt
include README.md
include SECURITY.md
include AUTHORS*
include CHANGELOG*
include LICENSE*
include README*
include SECURITY*
include pytest.ini
recursive-include qtpy/tests *.py *.ui
3 changes: 2 additions & 1 deletion pytest.ini
@@ -1,5 +1,6 @@
[pytest]
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --import-mode=importlib --maxfail 10 --cov=qtpy --cov-report=term-missing
# Temporarily remove --imoprtmode=imoprtlib due to pytest-dev/pytest#9681
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov=qtpy --cov-report=term-missing
empty_parameter_set_mark = fail_at_collect
filterwarnings =
error
Expand Down

0 comments on commit 7c5e01f

Please sign in to comment.