python.pkgs.devpi-common: update checkInputs

(cherry picked from commit e27ed0f6a2)
This commit is contained in:
Robert Schütz
2019-04-03 14:59:33 +02:00
parent de216e66fc
commit c46fdacb93

View File

@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest }:
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest, pytest-flakes }:
buildPythonPackage rec {
pname = "devpi-common";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ requests py ];
checkInputs = [ pytest ];
checkInputs = [ pytest pytest-flakes ];
checkPhase = ''
py.test