We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ccbc1 commit eeadfe4Copy full SHA for eeadfe4
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
run: |
104
# We are careful to pull in the minimum dependencies here
105
# and only operate on files stored in the repo
106
- python -m pytest tests/test_api.py
+ python -m pytest -c /dev/null -p no:sc2ts_fixtures tests/test_api.py
107
108
packaging:
109
name: Packaging tests
tests/conftest.py
@@ -1 +1,3 @@
1
-pytest_plugins = ["fixtures"]
+# We keep the fixtures in a separate modules so that the plugin can
2
+# be excluded when running tests on the bare API
3
+pytest_plugins = ["sc2ts_fixtures"]
tests/fixtures.py tests/sc2ts_fixtures.pytests/fixtures.py renamed to tests/sc2ts_fixtures.py
0 commit comments