summary refs log tree commit diff
path: root/pkgs/development/python-modules/cherrypy
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-17 04:20:00 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-07-18 11:12:45 +0200
commit2953cddf9aa100fec02d00fafecffa14b75b777a (patch)
tree4b5a8c663ddfe4a8bbc89b90fa4a693cf64c4094 /pkgs/development/python-modules/cherrypy
parent0839cf1d45bc216bd83eef75296aa3b8835c8135 (diff)
downloadnixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar.gz
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar.bz2
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar.lz
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar.xz
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.tar.zst
nixpkgs-2953cddf9aa100fec02d00fafecffa14b75b777a.zip
python38Packages.cherrypy: fix build on darwin
Diffstat (limited to 'pkgs/development/python-modules/cherrypy')
-rw-r--r--pkgs/development/python-modules/cherrypy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix
index 9eebff1b1e6..0b574e9114c 100644
--- a/pkgs/development/python-modules/cherrypy/default.nix
+++ b/pkgs/development/python-modules/cherrypy/default.nix
@@ -60,7 +60,7 @@ buildPythonPackage rec {
       --deselect=cherrypy/test/test_static.py::StaticTest::test_null_bytes \
       --deselect=cherrypy/test/test_tools.py::ToolTests::testCombinedTools \
       ${lib.optionalString stdenv.isDarwin
-        "--deselect=cherrypy/test/test_bus.py::BusMethodTests::test_block"}
+        "--deselect=cherrypy/test/test_bus.py::BusMethodTests::test_block --deselect=cherrypy/test/test_config_server.py"}
   '';
 
   __darwinAllowLocalNetworking = true;