python.pkgs.portend: fix build

This commit is contained in:
Frederik Rietdijk 2018-06-22 13:05:26 +02:00
parent e00ddc62b2
commit d12fc7abcb

View File

@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi { stdenv, buildPythonPackage, fetchPypi
, pytest, setuptools_scm, tempora }: , pytest, setuptools_scm, tempora, pytest-flake8 }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "portend"; pname = "portend";
@ -14,7 +14,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ tempora ]; propagatedBuildInputs = [ tempora ];
checkInputs = [ pytest ]; checkInputs = [ pytest pytest-flake8 ];
checkPhase = '' checkPhase = ''
py.test py.test