python3Packages.httplib2: remove superfluous pythonAtLeast

This commit is contained in:
Robert Schütz
2026-01-19 22:48:13 -08:00
parent dcd131e13a
commit 649d514ac2
@@ -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