python.pkgs.devpi-common: update checkInputs
This commit is contained in:
parent
bf95e6530a
commit
e27ed0f6a2
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest }:
|
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest, pytest-flakes }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "devpi-common";
|
pname = "devpi-common";
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests py ];
|
propagatedBuildInputs = [ requests py ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest pytest-flakes ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user