mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-24 02:56:19 +00:00
- The package was not building due to an infinite recursion error in pytest - After looking how they the package owners test it I discover they use unittest module instead of pytest - Rewrite so it uses unittest