Skip to content

Commit 1bb0de4

Browse files
committed
Also load .env.ci
1 parent f6b86c4 commit 1bb0de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_python/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def _validate_artifact_sources() -> None:
152152
@pytest.fixture(scope="session", autouse=True)
153153
def load_dotenv() -> None:
154154
dotenv.load_dotenv(override=True)
155+
dotenv.load_dotenv(override=True, dotenv_path=Path(__file__).parents[2].joinpath(".env.ci"))
155156
_validate_artifact_sources()
156157

157158

0 commit comments

Comments
 (0)