fix(overlays): exclude failing x86-64-v3 tests

Skip the flaky GnuTLS UDP readiness test and the SciPy FFT tests whose
precision differences are acceptable for our workloads.
This commit is contained in:
2026-09-12 09:16:03 -04:00
parent 68b520ac00
commit d87ee8fecb
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@
};
};
test-exclusions = import ./test-exclusions.nix;
python-env = final: _prev: {
my_python = final.python314.withPackages (
ps: with ps; [