commit ef6bbe07578a5ffae35f729f6d20d5ce1c03378d parent 1740df2860312b08ac7f75aa2a7a5cc74b283a55 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 19 Oct 2023 10:49:53 +0200 meow Diffstat:
| M | overlays/default.nix | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/overlays/default.nix b/overlays/default.nix @@ -44,21 +44,6 @@ }); - python = - let - pythonOverrides = self: super: { - apipkg = super.apipkg.overridePythonAttrs (x: { - disabledTestPaths = [ - # ModuleNotFoundError: No module named '_xyz' - "test_apipkg.py" - ]; - pytestFlagsArray = [ ]; - }); - - }; - in - pkgs.python39.override { inherit packageOverrides; self = python; }; - apipkg = prev.apipkg.overrideAttrs (old: { disabledTestPaths = [ # ModuleNotFoundError: No module named '_xyz'