mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python312Packages.docker: fix tests
This commit is contained in:
parent
aef46265d9
commit
3bd454d384
@ -16,6 +16,7 @@
|
||||
|
||||
# optional-dependenices
|
||||
paramiko,
|
||||
pynacl, # optional in paramiko, required here
|
||||
websocket-client,
|
||||
|
||||
# tests
|
||||
@ -57,7 +58,10 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
] ++ lib.flatten (lib.attrValues optional-dependencies);
|
||||
paramiko
|
||||
pynacl
|
||||
websocket-client
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "tests/unit" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user