pbugnion / gmaps

Google maps for Jupyter notebooks

Home Page:https://jupyter-gmaps.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nose seems to be dead

timcoote opened this issue · comments

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).