iredis: fix build on x86_64-darwin

This commit is contained in:
Mario Rodas 2024-04-15 04:20:00 +00:00
parent a69122c37d
commit 38b8f65d4c
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ python3.pkgs.buildPythonApplication rec {
# Only execute unittests, because cli tests require a running Redis
"tests/unittests/"
] ++ lib.optionals stdenv.isDarwin [
# Flaky test
# Flaky tests
"--deselect=tests/unittests/test_entry.py::test_command_shell_options_higher_priority"
"--deselect=tests/unittests/test_utils.py::test_timer"
];