duplicity: drop useless pytest-runner, run pytest explicitly trough pytestCheckHook

Before it was presumable run via python setup.py test which now throws
an error.
This commit is contained in:
Sandro Jäckel 2024-07-21 16:16:34 +02:00
parent 6cd8364602
commit 0d683ad879
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -99,8 +99,7 @@ let self = python3.pkgs.buildPythonApplication rec {
lockfile
mock
pexpect
pytest
pytest-runner
pytestCheckHook
fasteners
]);