Loading pkgs/development/python-modules/flake8-future-import/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ buildPythonPackage rec { ./skip-test.patch ]; postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; nativeCheckInputs = [ six ]; Loading Loading
pkgs/development/python-modules/flake8-future-import/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ buildPythonPackage rec { ./skip-test.patch ]; postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; nativeCheckInputs = [ six ]; Loading