python.pkgs.pytest-localserver: fix tests
This commit is contained in:
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 = {
|
||||
|
|
Loading…
Reference in New Issue