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 383b78b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
name: Test ${{ matrix.os }} Python ${{ matrix.python-version }} conda=${{ matrix.use-conda }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
timeout-minutes: 20
defaults:
run:
shell: ${{ matrix.special-invocation }}bash -l {0}
Expand Down
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
1 change: 1 addition & 0 deletions pytest.ini
@@ -1,4 +1,5 @@
[pytest]
# Temporarily remove --import-mode=importlib due to pytest-dev/pytest#9681
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
empty_parameter_set_mark = fail_at_collect
filterwarnings =
Expand Down

0 comments on commit 383b78b

Please sign in to comment.