NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 21 forks source link

setup.py test target should use nose #376

Closed bekozi closed 9 years ago

bekozi commented 9 years ago

who: @bekozi, barry mcinnes

Some systems have linking issues with dependency libraries when executing the current setup.py test command. The test command should use the nose library and use the targets located in ocgis.test.run_tests. nose should be added as a dependency.

bekozi commented 9 years ago

nose was not added as a dependency. Documentation indicates the library is needed to run the test target.