python.pkgs.pytest-localserver: fix tests

This commit is contained in:
Robert Schütz 2019-02-14 15:06:07 +01:00 committed by Frederik Rietdijk
parent e68aa6b28f
commit 14e5af2aa7

View File

@ -17,10 +17,10 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ werkzeug ]; propagatedBuildInputs = [ werkzeug ];
buildInputs = [ pytest six requests ]; checkInputs = [ pytest six requests ];
checkPhase = '' checkPhase = ''
py.test pytest
''; '';
meta = { meta = {