mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python39Packages.hacking: disable failing lint test
This commit is contained in:
parent
4b675777b5
commit
e7a0a3bb82
@ -35,7 +35,9 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
stestr run
|
||||
stestr run -e <(echo "
|
||||
hacking.tests.test_doctest.HackingTestCase.test_flake8
|
||||
")
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "hacking" ];
|
||||
|
Loading…
Reference in New Issue
Block a user