We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8b823 commit 4db6b78Copy full SHA for 4db6b78
dev/archery/archery/docker/tests/test_docker.py
@@ -217,10 +217,9 @@ def arrow_compose_path(tmpdir):
217
return create_config(tmpdir, arrow_compose_yml, arrow_compose_env)
218
219
220
-# Make sure that the tests behave the same on CI as when run locally.
221
@pytest.fixture(autouse=True)
222
def no_ci_env_variables(monkeypatch):
223
- """Remove requests.sessions.Session.request for all tests."""
+ """Make sure that the tests behave the same on CI as when run locally"""
224
monkeypatch.delenv("APPVEYOR", raising=False)
225
monkeypatch.delenv("BUILD_BUILDURI", raising=False)
226
monkeypatch.delenv("GITHUB_ACTIONS", raising=False)
0 commit comments