kou commented on code in PR #44865:
URL: https://github.com/apache/arrow/pull/44865#discussion_r1861368900
##########
dev/archery/archery/docker/tests/test_docker.py:
##########
@@ -217,6 +217,15 @@ def arrow_compose_path(tmpdir):
return create_config(tmpdir, arrow_compose_yml, arrow_compose_env)
+# Make sure that the tests behave the same on CI as when run locally.
[email protected](autouse=True)
+def no_ci_env_variables(monkeypatch):
+ """Remove requests.sessions.Session.request for all tests."""
Review Comment:
Is this docstring correct?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]