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
I would like to have the skip so that the tests do not fail if setuptools is not installed (for new developers this could be frustrating). If you do not have time to do it let us just open an issue and merge the current PR
Conditional skipping of tests based on a developer's environment isn't great, and a better solution is to use a task runner like nox to ensure that the environment is automatically getting configured correctly. Additionally, extending the developer docs (https://pythonot.github.io/contributing.html#how-to-contribute) to include environment setup instructions would help.
The text was updated successfully, but these errors were encountered:
Originally posted by @rflamary in #635 (comment)
Conditional skipping of tests based on a developer's environment isn't great, and a better solution is to use a task runner like
nox
to ensure that the environment is automatically getting configured correctly. Additionally, extending the developer docs (https://pythonot.github.io/contributing.html#how-to-contribute) to include environment setup instructions would help.The text was updated successfully, but these errors were encountered: