python3Packages.stone: drop pytest-runner
This commit is contained in:
parent
302bddeb3b
commit
140f2baeaf
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
, fetchFromGitHub
|
||||
, mock
|
||||
, ply
|
||||
, pytest-runner
|
||||
, pytestCheckHook
|
||||
, six
|
||||
}:
|
||||
|
@ -24,8 +23,6 @@ buildPythonPackage rec {
|
|||
sed -i '/pytest-runner/d' setup.py
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pytest-runner ];
|
||||
|
||||
propagatedBuildInputs = [ ply six ];
|
||||
|
||||
checkInputs = [ pytestCheckHook mock ];
|
||||
|
|
Loading…
Reference in a new issue