3p/nixpkgs: fix python38Packages.cherrypy
This commit is contained in:
parent
07d6a74cbb
commit
a0a853c3c9
2 changed files with 12 additions and 0 deletions
11
third_party/nixpkgs/patches/patch-cherrypy.patch
vendored
Normal file
11
third_party/nixpkgs/patches/patch-cherrypy.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix
|
||||
--- a/pkgs/development/python-modules/cherrypy/default.nix
|
||||
+++ b/pkgs/development/python-modules/cherrypy/default.nix
|
||||
@@ -38,6 +38,7 @@ buildPythonPackage rec {
|
||||
checkPhase = ''
|
||||
substituteInPlace pytest.ini --replace "--doctest-modules" ""
|
||||
pytest \
|
||||
+ -W ignore \
|
||||
-k 'not KeyboardInterrupt and not daemonize and not Autoreload' \
|
||||
--deselect=cherrypy/test/test_static.py::StaticTest::test_null_bytes \
|
||||
--deselect=cherrypy/test/test_tools.py::ToolTests::testCombinedTools \
|
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1 +1,2 @@
|
|||
various.patch
|
||||
patch-cherrypy.patch
|
||||
|
|
Loading…
Reference in a new issue