Loading pkgs/development/python-modules/sgmllib3k/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchPypi, isPy27, pytestCheckHook, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -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; Loading Loading
pkgs/development/python-modules/sgmllib3k/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchPypi, isPy27, pytestCheckHook, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -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; Loading