Skip to content

Commit 000d062

Browse files
committed
added support for cmd specific env vars and auth
1 parent 2cffd13 commit 000d062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pystackql_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def test_18_execute_custom_auth_env_vars(self):
278278
print_test_result(f"Test 18 execute with custom auth and command-specific environment variables\nRESULT: {result}", result == expected_result)
279279

280280

281+
@unittest.skipIf(platform.system() == "Windows", "Skipping async tests on Windows")
281282
class PyStackQLAsyncTests(PyStackQLTestsBase):
282283

283284
@async_test_decorator

0 commit comments

Comments
 (0)