python3Packages.flake8-future-import: fix tests
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user