pbugnion / gmaps

Google maps for Jupyter notebooks
https://jupyter-gmaps.readthedocs.io/en/stable/
Other
760 stars 146 forks source link

nose seems to be dead #360

Open timcoote opened 2 years ago

timcoote commented 2 years ago

I think that nose, referred to in various places in the documentation, has been succeeded by nose2, which seems to work with the existing tests.

fwiw, I found that pytest also works with the tests and throws out some deprecations that nose2 did not report (at least by default - and I couldn't coerce it to do so).