Skip to content

Commit e1d3111

Browse files
committedMar 14, 2023
test: Fix tox v4 and rustup interaction
Ensure that `RUSTUP_HOME` environment variable is passed through to the isolated build environments used by `tox`.
1 parent aacc81e commit e1d3111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
envlist = py3
33
isolated_build = True
44

5+
[pkgenv]
6+
pass_env = RUSTUP_HOME
7+
58
[testenv]
9+
pass_env = RUSTUP_HOME
610
deps = pytest
711
commands = pytest --verbose

0 commit comments

Comments
 (0)
Please sign in to comment.