Skip to content
Snippets Groups Projects
Verified Commit c44d1cbb authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Fix pytest plugins declaration

Refs. swh/infra/sysadm-environment#5137
parent d28996c7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
export PYBUILD_NAME=swh.deposit
export PYBUILD_TEST_ARGS=-v -m "not db and not fs"
export PYTEST_PLUGINS=swh.scheduler.pytest_plugin,swh.storage.pytest_plugin,swh.core.db.pytest_plugin,swh.loader.pytest_plugin
export PYTEST_PLUGINS=swh.scheduler.pytest_plugin,swh.storage.pytest_plugin,swh.core.pytest_plugin,swh.loader.pytest_plugin
%:
dh $@ --with python3 --buildsystem=pybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment