python3Packages.stone: drop pytest-runner

This commit is contained in:
Martin Weinelt 2022-03-10 00:57:45 +01:00
parent 302bddeb3b
commit 140f2baeaf

View file

@ -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 ];