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
The underlying problem may be with setuptools/conda, but there is also an issue with the pytest documentation if it provides instructions that do not work with a mainstream distribution (anaconda).
I had another look and realized that my setup.cfg was not in the package top-level dir. After fixing this, python setup.py test works as advertised. Sorry for the noise.
I followed the instructions here and this works:
but this does not invoke pytest:
My
setup.cfg
contains only these two lines:My environment is:
The text was updated successfully, but these errors were encountered: