python3Packages.flake8: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-16 13:11:58 -07:00
parent 12f1e4f628
commit 43fe98358c
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -19,8 +19,9 @@ buildPythonPackage rec {
++ stdenv.lib.optionals (pythonOlder "3.5") [ typing ]
++ stdenv.lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
# fixtures fail to initialize correctly
checkPhase = ''
py.test tests
py.test tests --ignore=tests/integration/test_checker.py
'';
meta = with stdenv.lib; {