python.pkgs.devpi-common: update checkInputs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user