Merge pull request #140670 from risicle/ris-onionshare-darwin-tests

This commit is contained in:
Sandro
2021-10-05 22:33:36 +02:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonApplication
, substituteAll
, fetchFromGitHub
@@ -111,6 +112,11 @@ rec {
"test_firefox_like_behavior"
"test_if_unmodified_since"
"test_get_tor_paths_linux" # expects /usr instead of /nix/store
] ++ lib.optionals stdenv.isDarwin [
# on darwin (and only on darwin) onionshare attempts to discover
# user's *real* homedir via /etc/passwd, making it more painful
# to fake
"test_receive_mode_webhook"
];
};