nix(loadtest): remove pyjwt dependency
Let's use the same dependency when creating key material and when creating tokens, no need to carry multiple different dependencies and converting keys between them.
This commit is contained in:
@@ -312,7 +312,7 @@ let
|
||||
genTargets =
|
||||
writers.writePython3 "postgrest-gen-loadtest-targets"
|
||||
{
|
||||
libraries = [ python3Packages.pyjwt python3Packages.jwcrypto ];
|
||||
libraries = [ python3Packages.jwcrypto ];
|
||||
doCheck = false; # postgrest-style conflicts with this
|
||||
}
|
||||
(builtins.readFile ./generate_targets.py);
|
||||
|
||||
Reference in New Issue
Block a user