···26262727 # cirq's importlib hook doesn't work here
2828 #pythonImportsCheck = [ "cirq_aqt" ];
2929+3030+ disabledTestPaths = [
3131+ # No need to test the version number
3232+ "cirq_aqt/_version_test.py"
3333+ ];
2934}
···8787 ];
88888989 disabledTests = [
9090- # tries to import flynt, which isn't in Nixpkgs
9090+ # Tries to import flynt, which isn't in Nixpkgs
9191 "test_metadata_search_path"
9292 # Fails due pandas MultiIndex. Maybe issue with pandas version in nix?
9393 "test_benchmark_2q_xeb_fidelities"
···26262727 # cirq's importlib hook doesn't work here
2828 #pythonImportsCheck = [ "cirq_ionq" ];
2929+3030+ disabledTestPaths = [
3131+ # No need to test the version number
3232+ "cirq_ionq/_version_test.py"
3333+ ];
2934}
···26262727 # cirq's importlib hook doesn't work here
2828 #pythonImportsCheck = [ "cirq_pasqal" ];
2929+3030+ disabledTestPaths = [
3131+ # No need to test the version number
3232+ "cirq_pasqal/_version_test.py"
3333+ ];
2934}
···7575 pytestCheckHook
7676 ];
77777878+ disabledTestPaths = [
7979+ # No need to test the version number
8080+ "cirq_rigetti/_version_test.py"
8181+ ];
8282+7883 # cirq's importlib hook doesn't work here
7984 #pythonImportsCheck = [ "cirq_rigetti" ];
8085}
···19192020 # cirq's importlib hook doesn't work here
2121 #pythonImportsCheck = [ "cirq_web" ];
2222+2323+ disabledTestPaths = [
2424+ # No need to test the version number
2525+ "cirq_web/_version_test.py"
2626+ ];
2227}