Skip to content

Commit d3e03b9

Browse files
ktosiekpelme
authored andcommitted
Keep the existing PYTHONPATH in tox
Without this the tests could not be run on systems that already use PYTHONPATH (like NixOS).
1 parent 6ca7dd4 commit d3e03b9

File tree

2 files changed

+223
-223
lines changed

2 files changed

+223
-223
lines changed

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def is_pypy(self):
4949
deps =
5050
%(deps)s
5151
setenv =
52-
PYTHONPATH = {toxinidir}
52+
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
5353
UID = %(uid)s
5454
""")
5555

0 commit comments

Comments
 (0)