Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python.pkgs.devpi-common: update checkInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Apr 3, 2019
1 parent bf95e65 commit e27ed0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/devpi-common/default.nix
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest }:
{ lib, buildPythonPackage, fetchPypi, requests, py, pytest, pytest-flakes }:

buildPythonPackage rec {
pname = "devpi-common";
Expand All @@ -10,7 +10,7 @@ buildPythonPackage rec {
};

propagatedBuildInputs = [ requests py ];
checkInputs = [ pytest ];
checkInputs = [ pytest pytest-flakes ];

checkPhase = ''
py.test
Expand Down

0 comments on commit e27ed0f

Please sign in to comment.