python3Packages.cot: Disable failing tests on darwin

This commit is contained in:
Sandro Jäckel 2021-01-12 09:05:48 +01:00 committed by Jonathan Ringer
parent 490a4b6ded
commit 6d38d5649e

View File

@ -35,9 +35,10 @@ buildPythonPackage rec {
"TestQCOW2"
"TestRAW"
"TestVMDKConversion"
] ++ lib.optionals stdenv.isDarwin [
"test_serial_fixup_invalid_host"
];
# argparse is part of the standardlib
prePatch = ''
substituteInPlace setup.py --replace "'argparse'," ""