mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
iredis: fix build on x86_64-darwin
This commit is contained in:
parent
a69122c37d
commit
38b8f65d4c
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user