fix distutils test failure

This commit is contained in:
2025-12-30 08:19:35 +08:00
parent 201f7c1ac0
commit 9a8b7c7d81

View File

@@ -61,6 +61,11 @@ buildPythonPackage {
# jaraco-path depends ob pyobjc
doCheck = !stdenv.hostPlatform.isDarwin;
disabledTests = [
# Sometimes c++ preprocessor path contains pattern `xxx`, which makes the test fail.
"test_config_cmd"
];
meta = {
description = "Distutils as found in cpython";
homepage = "https://github.com/pypa/distutils";