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 9a9e7a1adb21fde707 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user