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