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 2cffd13 commit 000d062Copy full SHA for 000d062
tests/pystackql_tests.py
@@ -278,6 +278,7 @@ def test_18_execute_custom_auth_env_vars(self):
278
print_test_result(f"Test 18 execute with custom auth and command-specific environment variables\nRESULT: {result}", result == expected_result)
279
280
281
+@unittest.skipIf(platform.system() == "Windows", "Skipping async tests on Windows")
282
class PyStackQLAsyncTests(PyStackQLTestsBase):
283
284
@async_test_decorator
0 commit comments