You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python 3.13 drops `unittest.makeSuite` but provides an easy to use
alternative under `unittest.TestLoader`.
this alternative is old enough to work in all python 3 versions that
nixpkgs contains (currently 9..13), might aswell use it for all of them
even if it really doesn't matter functionally, `pythonAtLeast` would
introduce unnecessary differences between the packages built for
different python versions
0 commit comments