mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
python.pkgs.portend: fix build
This commit is contained in:
parent
e00ddc62b2
commit
d12fc7abcb
@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, pytest, setuptools_scm, tempora }:
|
||||
, pytest, setuptools_scm, tempora, pytest-flake8 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "portend";
|
||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ tempora ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [ pytest pytest-flake8 ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
|
Loading…
Reference in New Issue
Block a user