j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

Unit tests issue: Nose is no longer maintained. #107

Open photodude opened 12 months ago

photodude commented 12 months ago

Nose is no longer maintained. Last version was 1.3.7 released in 2015 Options

  1. migrate to nose2, though it's a different paradigm than the original nose.
  2. migrate to Pytest (recommended by most)
photodude commented 11 months ago

Unit tests for Python 3.8+ do not run. Ran 0 tests in 0.266s https://ci.appveyor.com/project/j4321/tkcalendar/builds/37283619/job/sn5m5824282s2f37 Also py 3.9+ Ran 0 tests in 0.281s https://ci.appveyor.com/project/j4321/tkcalendar/builds/37283619/job/ys8q2ivmdgebyypb

Likely related to the Issues with nose not being maintained