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

python3Packages.sgmllib3k: remove superfluous pythonAtLeast

parent 3677e88d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchPypi,
  isPy27,
  pytestCheckHook,
  pythonAtLeast,
}:

buildPythonPackage rec {
@@ -21,7 +20,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  disabledTests = lib.optionals (pythonAtLeast "3.10") [ "test_declaration_junk_chars" ];
  disabledTests = [ "test_declaration_junk_chars" ];

  doCheck = false;