philr has joined #nix-darwin
stephank has quit [Quit: stephank]
stephank has joined #nix-darwin
<benschza> Mic92 or anyone else, would appreciate a review of this - an attempt to override doCheck option for nose package, but tests are still run. I think I may be applying override incorrectly: https://gist.github.com/BenSchZA/b914ad243fe17e88bb594657f7b0b4ce
<benschza> Here's the relevent fix as a PR: https://github.com/NixOS/nixpkgs/pull/92802/files
<benschza> Found the issue :) I was including Pandas and Numpy outside the override.
<Mic92> benschza: what do you want to override there?
<Mic92> nose = super.nose.overridePythonAttrs (oldAttrs: { doCheck = !pkgs.stdenv.isDarwin; });
<benschza> I want to disable tests. It seems to have worked, but now running into other Python package issues during build.
__monty__ has joined #nix-darwin
philr has quit [Ping timeout: 256 seconds]
johnny101 has quit [Quit: Konversation terminated!]
__monty__ has quit [Quit: leaving]
eraserhd has quit [Ping timeout: 240 seconds]
eraserhd has joined #nix-darwin
mbrgm_ has joined #nix-darwin
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm_ is now known as mbrgm
philr has joined #nix-darwin