Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tethys install command not printing errors when only pyproject.toml available and setup.py not available #990

Open
romer8 opened this issue Oct 20, 2023 · 0 comments
Labels

Comments

@romer8
Copy link
Contributor

romer8 commented Oct 20, 2023

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:

  1. create a pyproject.toml file that is incorrect or buggy
  2. Run tethys install -N
  3. 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

@romer8 romer8 added the bug label Oct 20, 2023
@swainn swainn added this to the Version 4.3 milestone Jan 5, 2024
@swainn swainn removed this from the Version 4.3 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants