codeforIATI / iati-datastore

An open-source datastore for IATI data with RESTful web API providing XML, JSON, CSV plus ETL tools
https://datastore.codeforiati.org
Other
1 stars 1 forks source link

Vagrant: tests don't work #298

Open odscjames opened 2 years ago

odscjames commented 2 years ago

Describe the bug

Tests don't work

To Reproduce

Create vagrant box

Run tests with command from readme

Expected behaviour

Tests run

Screenshots

(.ve) vagrant@ubuntu-focal:/vagrant$ nosetests iati_datastore

----------------------------------------------------------------------
Ran 0 tests in 0.992s

OK

Additional context

Nose has not had a release since 2015 and https://nose.readthedocs.io/en/latest/ says

Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.

odscjames commented 2 years ago

PR corrects this, but the content in the additional context still stands