Merge pull request #147269 from SuperSandro2000/python39Packages-hacking

python39Packages.hacking: disable failing lint test
This commit is contained in:
Fabian Affolter 2021-11-24 19:30:21 +01:00 committed by GitHub
commit ee80959132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,9 @@ buildPythonPackage rec {
];
checkPhase = ''
stestr run
stestr run -e <(echo "
hacking.tests.test_doctest.HackingTestCase.test_flake8
")
'';
pythonImportsCheck = [ "hacking" ];