mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
pythonPackages.pytestpep8: fix checkPhase
This commit is contained in:
parent
311171e69c
commit
810e02e945
@ -5058,6 +5058,13 @@ in {
|
|||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
propagatedBuildInputs = with self; [ pytestcache pep8 ];
|
propagatedBuildInputs = with self; [ pytestcache pep8 ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
|
# Fails
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
website = "https://pypi.python.org/pypi/pytest-pep8";
|
website = "https://pypi.python.org/pypi/pytest-pep8";
|
||||||
|
Loading…
Reference in New Issue
Block a user