mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
pythonPackages.pytestpep8: fix checkPhase
This commit is contained in:
parent
311171e69c
commit
810e02e945
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user