diff options
| author | Julien Moutinho <julm+nixpkgs@sourcephile.fr> | 2021-11-29 07:00:10 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-29 07:43:50 +0000 |
| commit | a9a3b199c8de375067e20c32c70d9991300dfd25 (patch) | |
| tree | 42a71cd076e8f3112299aacfc5572a9a5d8b7b98 | |
| parent | Revert "nixos/test/boot: nix verify -> nix store verify" (diff) | |
| download | nixpkgs-a9a3b199c8de375067e20c32c70d9991300dfd25.tar.gz | |
stig: fix build
(cherry picked from commit 77e9c5d38c1a218950b31e9c537a3136baf97c99)
| -rw-r--r-- | pkgs/applications/networking/p2p/stig/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix index 8b1a668090b7..d51391e1c4e0 100644 --- a/pkgs/applications/networking/p2p/stig/default.nix +++ b/pkgs/applications/networking/p2p/stig/default.nix @@ -44,6 +44,8 @@ python3Packages.buildPythonApplication rec { "--deselect=tests/client_test/ttypes_test.py::TestTimestamp::test_string__month_day_hour_minute_second" # TestScrollBarWithScrollable.test_wrapping_bug fails "--deselect=tests/tui_test/scroll_test.py::TestScrollBarWithScrollable::test_wrapping_bug" + # https://github.com/rndusr/stig/issues/214 + "--deselect=tests/completion_test/classes_test.py::TestCandidates::test_candidates_are_sorted_case_insensitively" ] ++ lib.optionals stdenv.isDarwin [ "--deselect=tests/client_test/aiotransmission_test/api_torrent_test.py" "--deselect=tests/client_test/aiotransmission_test/rpc_test.py" |
