python3Packages.cot: Disable failing tests on darwin
This commit is contained in:
parent
490a4b6ded
commit
6d38d5649e
@ -35,9 +35,10 @@ buildPythonPackage rec {
|
|||||||
"TestQCOW2"
|
"TestQCOW2"
|
||||||
"TestRAW"
|
"TestRAW"
|
||||||
"TestVMDKConversion"
|
"TestVMDKConversion"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
"test_serial_fixup_invalid_host"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# argparse is part of the standardlib
|
# argparse is part of the standardlib
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace setup.py --replace "'argparse'," ""
|
substituteInPlace setup.py --replace "'argparse'," ""
|
||||||
|
Loading…
Reference in New Issue
Block a user