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.
.env.ci
1 parent f6b86c4 commit 1bb0de4Copy full SHA for 1bb0de4
tests/integration_python/conftest.py
@@ -152,6 +152,7 @@ def _validate_artifact_sources() -> None:
152
@pytest.fixture(scope="session", autouse=True)
153
def load_dotenv() -> None:
154
dotenv.load_dotenv(override=True)
155
+ dotenv.load_dotenv(override=True, dotenv_path=Path(__file__).parents[2].joinpath(".env.ci"))
156
_validate_artifact_sources()
157
158
0 commit comments