You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tethys install command not printing errors when pyproject.toml is available (and incorrect) and setup.py is not available. In addition, if there is a setup.py file, pyproject.toml takes precedence over the setup.py file. To Reproduce
Steps to reproduce the behavior:
create a pyproject.toml file that is incorrect or buggy
Run tethys install -N
The app seems to be installed. but it is not
Expected behavior
The error related to the buggy pyproject.toml should be pointed, one way to see the error is to install the app with pip
Tethys Environment Information
Tethys version is the dev version
The text was updated successfully, but these errors were encountered:
Describe the bug
Tethys install command not printing errors when pyproject.toml is available (and incorrect) and setup.py is not available. In addition, if there is a setup.py file, pyproject.toml takes precedence over the setup.py file.
To Reproduce
Steps to reproduce the behavior:
tethys install -N
Expected behavior
The error related to the buggy pyproject.toml should be pointed, one way to see the error is to install the app with pip
Tethys Environment Information
Tethys version is the dev version
The text was updated successfully, but these errors were encountered: