Skip to content

Commit

Permalink
Fix proxy error on github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 22, 2023
1 parent 7553c13 commit 742ed02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@


def pytest_sessionstart(session):
os.environ["http_proxy"] = os.environ[
"https_proxy"
] = "http://pfrie-std.proxy.e2.rie.gouv.fr:8080"

try:
os.makedirs(DIR)
except Exception:
Expand Down

0 comments on commit 742ed02

Please sign in to comment.