Closed bekozi closed 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.
setup.py test
nose
ocgis.test.run_tests
nose was not added as a dependency. Documentation indicates the library is needed to run the test target.
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 thenose
library and use the targets located inocgis.test.run_tests
.nose
should be added as a dependency.