Skip to content

Commit

Permalink
Tests: Also pop CHHOST from environment for locust-cloud compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 13, 2025
1 parent fa2a786 commit c93620a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
os.environ.pop("LOCUST_WEB_LOGIN", None)
# Ensure locust-cloud is not loaded during tests
os.environ.pop("PGHOST", None)
os.environ.pop("CHHOST", None)

0 comments on commit c93620a

Please sign in to comment.