diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index f91ba7e9ebf4..c5eba265d32a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -10512,9 +10512,6 @@ let sphinxcontrib_httpdomain = buildPythonPackage (rec { name = "sphinxcontrib-httpdomain-1.3.0"; - # See issue #6548 - disabled = isPyPy; - # Check is disabled due to this issue: # https://bitbucket.org/pypa/setuptools/issue/137/typeerror-unorderable-types-str-nonetype doCheck = false;