python.pkgs.pytest-localserver: fix tests
This commit is contained in:
parent
e68aa6b28f
commit
14e5af2aa7
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user