wait for python to start

This commit is contained in:
Wolf Vollprecht 2021-12-07 23:55:23 +01:00
parent 0ba4f0e620
commit c82233dd4b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class TestRemove:
pyexe = Path(self.prefix) / "bin" / "python"
pyproc = subprocess.Popen(pyexe, stdin=None, stdout=None, stderr=None)
time.sleep(1)
res = remove("python", "-v", "-p", self.prefix, no_dry_run=True)
if platform.system() == "Windows":