python311Packages.cirq-ft: disable failing test

This commit is contained in:
Fabian Affolter 2024-01-26 20:53:45 +01:00
parent 92dc768511
commit 0493248426

View File

@ -36,6 +36,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# Upstream doesn't always adjust the version
"test_version"
];
# cirq's importlib hook doesn't work here
#pythonImportsCheck = [ "cirq_ft" ];