python3Packages.recommonmark: remove dontUseSetuptoolsCheck specification

setuptooolsCheckHooks has been removed.
This commit is contained in:
Yueh-Shun Li
2025-02-20 05:29:34 +08:00
parent b3101e9d6f
commit 3d74ee56c3

View File

@@ -28,8 +28,6 @@ buildPythonPackage rec {
sphinx sphinx
]; ];
dontUseSetuptoolsCheck = true;
disabledTests = [ disabledTests = [
# https://github.com/readthedocs/recommonmark/issues/164 # https://github.com/readthedocs/recommonmark/issues/164
"test_lists" "test_lists"