Revert "python312Packages.docker: fix tests"

This reverts commit 3bd454d384.
This commit is contained in:
Sandro Jäckel 2024-09-30 13:53:47 +02:00
parent 224b0950df
commit 7ab47b1513
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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" ];