python3Packages.cot: Disable failing tests on darwin
This commit is contained in:
parent
490a4b6ded
commit
6d38d5649e
|
@ -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'," ""
|
||||
|
|
Loading…
Reference in New Issue