Commit 0ad25c12 by Sébastien Eustace

Debug tests failing

parent 4a18154e
...@@ -176,6 +176,7 @@ class Provider(SpecificationProvider, UI): ...@@ -176,6 +176,7 @@ class Provider(SpecificationProvider, UI):
print(current_dir) print(current_dir)
os.chdir(tmp_dir.as_posix()) os.chdir(tmp_dir.as_posix())
print(os.getcwd()) print(os.getcwd())
print(list(Path(os.getcwd()).glob('*')))
try: try:
venv = Venv.create(self._io) venv = Venv.create(self._io)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment