Merge pull request #187792 from SuperSandro2000/hacking

This commit is contained in:
Sandro 2022-08-24 20:45:48 +02:00 committed by GitHub
commit e94a6509ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,9 @@ buildPythonPackage rec {
];
checkPhase = ''
# tries to trigger flake8 and fails
rm hacking/tests/test_doctest.py
stestr run
'';