mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #147269 from SuperSandro2000/python39Packages-hacking
python39Packages.hacking: disable failing lint test
This commit is contained in:
commit
ee80959132
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue