python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

Switch to pytest/unittest/nose2 from nose #597

Closed paolostivanin closed 4 years ago

paolostivanin commented 4 years ago

Hello, just a heads-up that nose won't work anymore starting from python 3.9/3.10 :)

jeffwidman commented 4 years ago

Thanks for the heads up!

Closing as switching to pytest is already tracked under https://github.com/python-zk/kazoo/issues/589... it's really just waiting on someone to put up a PR