diff --git a/pkgs/development/python-modules/python-can/default.nix b/pkgs/development/python-modules/python-can/default.nix index 1a30ade31cb8..6149314a9459 100644 --- a/pkgs/development/python-modules/python-can/default.nix +++ b/pkgs/development/python-modules/python-can/default.nix @@ -3,7 +3,6 @@ stdenv, buildPythonPackage, fetchFromGitHub, - future, hypothesis, packaging, parameterized, @@ -53,7 +52,6 @@ buildPythonPackage rec { }; nativeCheckInputs = [ - future hypothesis parameterized pytest-cov-stub