mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
fix distutils test failure
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user