python3Packages.waitress: disable tests on darwin

Let's just unblock the dependents.  I'm tired of these errors.
https://hydra.nixos.org/build/286270226#tabs-buildsteps

(cherry picked from commit 9a9e7a1adb but expanded to all darwin)
https://hydra.nixos.org/build/287031598/nixlog/1/tail
https://hydra.nixos.org/build/287007661/nixlog/1/tail
This commit is contained in:
Vladimír Čunát
2025-01-26 08:13:40 +01:00
parent c3c1643d8a
commit 864b2a12b9

View File

@@ -1,4 +1,5 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
@@ -26,6 +27,7 @@ buildPythonPackage rec {
pytest-cov-stub
];
doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
disabledTests = [
# access to socket
"test_service_port"