We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f9db4 commit 75b1b95Copy full SHA for 75b1b95
tests/integration/test_runscript.py
@@ -70,8 +70,6 @@ def test_python_simple_script_ignore_api_version(
70
def test_python_failing_script(modeler: Modeler):
71
if modeler.client.backend_type == BackendType.CORE_LINUX:
72
pytest.skip(reason="Skipping test_python_failing_script. Operation fails on github.")
73
- if modeler.client.services.version != GeometryApiProtos.V0:
74
- modeler.create_design("test_design")
75
with pytest.raises(GeometryRuntimeError):
76
modeler.run_discovery_script_file(DSCOSCRIPTS_FILES_DIR / "failing_script.py")
77
0 commit comments