Unverified Commit f374142e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.fastapi: add python-jose[cryptography] extra to tests

parent d67698c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ buildPythonPackage rec {
    python-jose
    trio
    sqlalchemy
  ] ++ passthru.optional-dependencies.all;
  ] ++ passthru.optional-dependencies.all
  ++ python-jose.optional-dependencies.cryptography;

  pytestFlagsArray = [
    # ignoring deprecation warnings to avoid test failure from