未验证 提交 9c61068d 编写于 作者: F Frost Ming

Clean env var for testing

上级 09cd6500
......@@ -232,6 +232,7 @@ def project_no_init(tmp_path, mocker):
do_use(p, sys.executable)
with temp_environ():
os.environ.pop("VIRTUAL_ENV", None)
os.environ.pop("PYTHONPATH", None)
yield p
# Restore the config items
Config._config_map = old_config_map
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册