Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.flake8: cleanup

authored by Robert Schütz and committed by Weijia Wang efdfbef1 330b9300

-7
-7
pkgs/development/python-modules/flake8/default.nix
··· 5 , mccabe 6 , pycodestyle 7 , pyflakes 8 - , importlib-metadata 9 - , pythonAtLeast 10 , pytestCheckHook 11 }: 12 ··· 29 mccabe 30 pycodestyle 31 pyflakes 32 - ] ++ lib.optionals (pythonOlder "3.8") [ 33 - importlib-metadata 34 ]; 35 - 36 - # Tests fail on Python 3.7 due to importlib using a deprecated interface 37 - doCheck = pythonAtLeast "3.7"; 38 39 nativeCheckInputs = [ 40 pytestCheckHook
··· 5 , mccabe 6 , pycodestyle 7 , pyflakes 8 , pytestCheckHook 9 }: 10 ··· 27 mccabe 28 pycodestyle 29 pyflakes 30 ]; 31 32 nativeCheckInputs = [ 33 pytestCheckHook