python311Packages.fastapi: add python-jose[cryptography] extra to tests
This commit is contained in:
parent
d67698c860
commit
f374142e1d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue