mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-12 16:23:49 +00:00
I thought that the Python 2 package set was entirely separate from the Python 3 one, but this appears to actually be using the main nose package. The actual code doesn’t use nose at all, and their `tox.ini` uses unittest, so let’s fix that…