Unverified Commit e7498472 authored by natsukium's avatar natsukium
Browse files

python3Packages.flake8-future-import: fix tests

parent f4aa6afa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 ];