Unverified Commit 60ce2a62 authored by Maciej Krüger's avatar Maciej Krüger
Browse files

python3Packages.aiohttp-apispec: disable tests as they are broken

parent df3bc532
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -27,11 +27,15 @@ buildPythonPackage rec {
    hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU=";
  };

  doCheck = false;

  /*
    postPatch = ''
      substituteInPlace tests/conftest.py \
        --replace-fail 'aiohttp_app(loop,' 'aiohttp_app(event_loop,' \
        --replace-fail 'return loop.run_until_complete' 'return event_loop.run_until_complete'
    '';
  */

  build-system = [ setuptools ];