python3Packages.waitress: disable tests on x86_64-darwin

Let's just unblock the dependents.  I'm tired of these errors.
https://hydra.nixos.org/build/286270226#tabs-buildsteps
This commit is contained in:
Vladimír Čunát
2025-01-26 08:13:40 +01:00
parent 14405a3581
commit 9a9e7a1adb

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"