Unverified Commit 96954e7e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #325090 from risicle/ris-flask-cors-passthru-tests

python3Packages.flask-cors: add some key reverse-dependencies to `passthru.tests`
parents 21ef80eb 19e49c4b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@
  packaging,
  pytestCheckHook,
  setuptools,

  # for passthru.tests
  aiobotocore,
  moto,
}:

buildPythonPackage rec {
@@ -29,6 +33,10 @@ buildPythonPackage rec {
    packaging
  ];

  passthru.tests = {
    inherit aiobotocore moto;
  };

  meta = with lib; {
    description = "Flask extension adding a decorator for CORS support";
    homepage = "https://github.com/corydolphin/flask-cors";