Merge pull request #147806 from ju1m/stig

stig: fix build

authored by

Fabian Affolter and committed by
GitHub
94ebf717 9a3b63e9

+2
+2
pkgs/applications/networking/p2p/stig/default.nix
··· 44 44 "--deselect=tests/client_test/ttypes_test.py::TestTimestamp::test_string__month_day_hour_minute_second" 45 45 # TestScrollBarWithScrollable.test_wrapping_bug fails 46 46 "--deselect=tests/tui_test/scroll_test.py::TestScrollBarWithScrollable::test_wrapping_bug" 47 + # https://github.com/rndusr/stig/issues/214 48 + "--deselect=tests/completion_test/classes_test.py::TestCandidates::test_candidates_are_sorted_case_insensitively" 47 49 ] ++ lib.optionals stdenv.isDarwin [ 48 50 "--deselect=tests/client_test/aiotransmission_test/api_torrent_test.py" 49 51 "--deselect=tests/client_test/aiotransmission_test/rpc_test.py"