Skip to content

Commit 4db6b78

Browse files
committed
Fix docstring
1 parent 7a8b823 commit 4db6b78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/archery/archery/docker/tests/test_docker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,9 @@ def arrow_compose_path(tmpdir):
217217
return create_config(tmpdir, arrow_compose_yml, arrow_compose_env)
218218

219219

220-
# Make sure that the tests behave the same on CI as when run locally.
221220
@pytest.fixture(autouse=True)
222221
def no_ci_env_variables(monkeypatch):
223-
"""Remove requests.sessions.Session.request for all tests."""
222+
"""Make sure that the tests behave the same on CI as when run locally"""
224223
monkeypatch.delenv("APPVEYOR", raising=False)
225224
monkeypatch.delenv("BUILD_BUILDURI", raising=False)
226225
monkeypatch.delenv("GITHUB_ACTIONS", raising=False)

0 commit comments

Comments
 (0)