python.pkgs.pytest-localserver: fix tests

This commit is contained in:
Robert Schütz
2019-02-17 14:40:50 +01:00
committed by Frederik Rietdijk
parent e68aa6b28f
commit 14e5af2aa7
@@ -17,10 +17,10 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ werkzeug ];
buildInputs = [ pytest six requests ];
checkInputs = [ pytest six requests ];
checkPhase = ''
py.test
pytest
'';
meta = {