diff --git a/pkgs/development/python-modules/httplib2/default.nix b/pkgs/development/python-modules/httplib2/default.nix index ef7141fbc59d..780fff3ba1a9 100644 --- a/pkgs/development/python-modules/httplib2/default.nix +++ b/pkgs/development/python-modules/httplib2/default.nix @@ -11,7 +11,6 @@ pytest-randomly, pytest-timeout, pytestCheckHook, - pythonAtLeast, six, }: @@ -42,9 +41,6 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; - # Don't run tests for older Pythons - doCheck = pythonAtLeast "3.9"; - disabledTests = [ # ValueError: Unable to load PEM file. # https://github.com/httplib2/httplib2/issues/192#issuecomment-993165140