python3Packages.pyquil: disable lark sensitive tests

This commit is contained in:
Jonathan Ringer
2022-02-07 10:57:57 -08:00
parent abe2304448
commit 945dd662a6
@@ -92,6 +92,9 @@ buildPythonPackage rec {
disabledTests = [
"test_compile_with_quilt_calibrations"
"test_sets_timeout_on_requests"
# sensitive to lark parser output
"test_memory_commands"
"test_classical"
];
pythonImportsCheck = [ "pyquil" ];