mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python3Packages.flake8: fix tests
This commit is contained in:
parent
12f1e4f628
commit
43fe98358c
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user