Skip to content

Commit c87d068

Browse files
committed
refactor conftest
1 parent 1fc13a6 commit c87d068

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integ/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from snowflake.connector import SnowflakeConnection
3030

3131
RUNNING_ON_GH = os.getenv("GITHUB_ACTIONS") == "true"
32-
RUNNING_ON_JENKINS = os.getenv("JENKINS_HOME") is not None
3332
TEST_USING_VENDORED_ARROW = os.getenv("TEST_USING_VENDORED_ARROW") == "true"
3433

3534
if not isinstance(CONNECTION_PARAMETERS["host"], str):

0 commit comments

Comments
 (0)