From f39f6a7dd994bbe25f68996e5f30d559b85c40e0 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sat, 10 Jun 2023 17:31:09 +0100 Subject: [PATCH] Pass CI to tox testenv Used since: 1cb7f3d78 ("Test on GitHub with httpbin from a container", 2023-06-05) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index eb8dc7d5..ab0d6b44 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ deps = commands = !minreqs: pytest {posargs:--cov=linkcheck} minreqs: pytest {posargs:--cov=linkcheck -c pytest-minreqs.ini} +passenv = CI setenv = LC_ALL=en_US.utf-8