Tuesday, September 11, 2018

And now I finally seem to have done what I wanted on Thursday, September 6, 2018.

This build failure surprised me. We have specified sqlparse in tests_require but not in install_requires. I know it would pass if we put it to install_requires, but that would be “wrong”. Why does it fail? It seems that setup.py test does not always install the packages tests_require.

https://github.com/astropy/astropy-helpers/issues/212

I removed also mock from the requirements file and have them now both in the install_requires.