Skip to content

Commit

Permalink
python3Packages.waitress: disable tests on aarch64-darwin
Browse files Browse the repository at this point in the history
I forgot to `git add` this part in 864b2a1 🤦
  • Loading branch information
vcunat committed Jan 31, 2025
1 parent dffcaaa commit 4a66c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/waitress/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildPythonPackage rec {
pytest-cov-stub
];

doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
doCheck = !stdenv.isDarwin;
disabledTests = [
# access to socket
"test_service_port"
Expand Down

0 comments on commit 4a66c00

Please sign in to comment.