python3Packages.cot: Disable failing tests on darwin

This commit is contained in:
Sandro Jäckel
2021-01-16 10:56:42 -08:00
committed by Jonathan Ringer
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'," ""