Digital-Sapphire / PyUpdater

Pyinstaller auto-update library
https://www.pyupdater.org
460 stars 92 forks source link

TestExecutionExtraction and TestExecutionRestart tests failing #317

Closed dennisvang closed 2 years ago

dennisvang commented 2 years ago

Description and cause

All tests in TestExecutionExtraction and TestExecutionRestart fail because the deploy_dir does not exist.

How to reproduce

Using pyupdater 4.0-2-g7093d76: run tests from test_pyupdater.py in a virtual environment (venv).

Verified using Python 3.8.7 on Windows 10 and Python 3.8.10 on Ubuntu 20.04.

Notes:

dennisvang commented 2 years ago

Closing this, as it's probably an issue with my local environment.