mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
python311Packages.cirq-ft: disable failing test
This commit is contained in:
parent
92dc768511
commit
0493248426
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user