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 14b7797 commit 62edb69Copy full SHA for 62edb69
services/osparc-gateway-server/tests/system/test_deploy.py
@@ -97,6 +97,9 @@ async def dask_gateway_stack_deployed_services(
97
print("<-- osparc-dask-gateway stack stopped.")
98
99
100
+@pytest.mark.skip(
101
+ reason="Skipping in the hotfix branch who doesn't have yet python 3.11"
102
+)
103
async def test_deployment(
104
dask_gateway_stack_deployed_services,
105
dask_gateway_entrypoint: str,
0 commit comments