Commit 649d514a authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.httplib2: remove superfluous pythonAtLeast

parent dcd131e1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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