summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-02-13 15:44:13 +0100
committerVladimír Čunát <v@cunat.cz>2023-02-13 15:44:13 +0100
commitdc2feb983fa71bc8fe20891e016118ba132d2869 (patch)
treef3357bf6b3aecb32b783ecc3b21c71ce8a4a8887 /pkgs/development/python-modules/pytest-httpserver
parent75cdc109f0462ec83af02cb8c458a239dcb8f5db (diff)
parentf1f9ae6a3b31cdbc3b8fc84d07fdea26a1d2f67f (diff)
Merge branch 'master' into haskell-updates
f1f9ae6a3b causes everything to rebuild
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"
];