python3Packages.pyquil: disable lark sensitive tests
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user