We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05884a commit 4abb8acCopy full SHA for 4abb8ac
tests/lib/venv.py
@@ -124,7 +124,7 @@ def _create(self, clear: bool = False) -> None:
124
)
125
elif self._venv_type == "venv":
126
builder = _venv.EnvBuilder()
127
- context = builder.ensure_directories(self.location)
+ context = builder.ensure_directories(os.fspath(self.location))
128
builder.create_configuration(context)
129
builder.setup_python(context)
130
self.site.mkdir(parents=True, exist_ok=True)
0 commit comments