From 71ea7b16258a6210cb6caaca241dd849b696914f Mon Sep 17 00:00:00 2001 From: Default email Date: Fri, 19 Mar 2021 18:17:44 +0100 Subject: [PATCH] Project import generated by Copybara. GitOrigin-RevId: f5e8bdd07d1afaabf6b37afc5497b1e498b8046f --- .../nixpkgs/pkgs/development/python-modules/cherrypy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/nixpkgs/pkgs/development/python-modules/cherrypy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/cherrypy/default.nix index 8a915d520e..9ef27b754c 100644 --- a/third_party/nixpkgs/pkgs/development/python-modules/cherrypy/default.nix +++ b/third_party/nixpkgs/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 \