mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 20:07:59 +00:00
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:
parent
6cd8364602
commit
0d683ad879
@ -99,8 +99,7 @@ let self = python3.pkgs.buildPythonApplication rec {
|
||||
lockfile
|
||||
mock
|
||||
pexpect
|
||||
pytest
|
||||
pytest-runner
|
||||
pytestCheckHook
|
||||
fasteners
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user