pysal / submodule_template

This provides a template for submodules to use in the PySAL project
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

remove test dependencies from setup.py #14

Closed knaaptime closed 4 years ago

knaaptime commented 5 years ago

lines 37 and 38 define testing dependencies outside of requirements_tests.txt which will cause failures when releasing on conda-forge.

Also, is nose the canonical test suite? I thought many of the pysal packages had migrated to pytest, but could be wrong

knaaptime commented 5 years ago

see, e.g. https://github.com/conda-forge/staged-recipes/pull/8350

jGaboardi commented 4 years ago

Addressed in #28