From 63f89a566c582398a9d2d32639627ea41f8f9d1d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 1 Feb 2023 00:21:57 -0500 Subject: try to fix CI? (#496) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1980668..4814eb5 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,8 @@ extras = tests deps = coverage +passenv = + RUSTUP_HOME commands = coverage run -m pytest --strict-markers {posargs} coverage combine -- cgit v1.2.1