python.pkgs.devpi-common: update checkInputs

This commit is contained in:
Robert Schütz 2019-04-03 14:59:33 +02:00
parent bf95e6530a
commit e27ed0f6a2

@ -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