pythonPackages.pytestpep8: fix checkPhase

This commit is contained in:
Frederik Rietdijk 2016-12-18 00:16:10 +01:00
parent 311171e69c
commit 810e02e945

View file

@ -5058,6 +5058,13 @@ in {
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [ pytestcache pep8 ];
checkPhase = ''
py.test
'';
# Fails
doCheck = false;
meta = {
license = licenses.mit;
website = "https://pypi.python.org/pypi/pytest-pep8";