summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorMateo Diaz <mateodd@icloud.com>2023-02-18 20:23:32 -0800
committerGitHub <noreply@github.com>2023-02-18 20:23:32 -0800
commitc9856caec240060bbfecde2d01fe7f4804ad82b4 (patch)
tree35b2588d38f3038bb95a3633c57438bb6f3a71ca /pkgs/development/python-modules/pytest-httpserver
parent514178918f7f97a066911c0ce3fc2d41f550a934 (diff)
parenta3c24f953573af4e6964f2f0099a34a9dc4ba236 (diff)
Merge branch 'NixOS:master' into swww
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix
index 1c69f426b169..feae84901304 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -37,6 +37,12 @@ buildPythonPackage rec {
toml
];
+ __darwinAllowLocalNetworking = true;
+
+ disabledTests = [
+ "test_wait_raise_assertion_false" # racy
+ ];
+
pythonImportsCheck = [
"pytest_httpserver"
];