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

This commit is contained in:
Martin Weinelt 2023-10-23 13:59:33 +02:00
parent d67698c860
commit f374142e1d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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