Skip to content
Snippets Groups Projects
Commit 7d13958b authored by Antoine Lambert's avatar Antoine Lambert
Browse files

debian/rules: Remove no longer required swh.loader pytest plugin

Moreover, it was making some deposit tests failed when building packages
due to a side effect on the swh_storage fixture.
parent a292c80e
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.pytest_plugin,swh.loader.pytest_plugin
export PYTEST_PLUGINS=swh.scheduler.pytest_plugin,swh.storage.pytest_plugin,swh.core.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