diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-26 23:35:02 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:47 +0100 |
| commit | 299da13ecf10220e8cb8283fd7294aaa09c1032c (patch) | |
| tree | ab3d81cd10edc110ee5f348f56cdbfe1e69fed7b /gnu/packages/python-web.scm | |
| parent | 341794973024c3da09fb1a6f9492c49608488998 (diff) | |
gnu: python-cherrypy: Fix tests.
* gnu/packages/python-web.scm (python-cherrypy): Remove dependency on
pytest_cov.
[arguments] <test-flags>: Skip one more test.
[phases]{fix-pytest-config}: New phase.
Change-Id: I40c91689c1a47e1d66a599e2b3aa9462c9f53bb5
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b7d66aae79e..d541b42ace9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3631,7 +3631,24 @@ other HTTP libraries.") | |||
| 3631 | "test_session.py::SessionTest::test_3_Redirect" | 3631 | "test_session.py::SessionTest::test_3_Redirect" |
| 3632 | "test_session.py::SessionTest::test_4_File_deletion" | 3632 | "test_session.py::SessionTest::test_4_File_deletion" |
| 3633 | ;; XXX: Unraisable exceptions. | 3633 | ;; XXX: Unraisable exceptions. |
| 3634 | "test_core.py::CoreRequestHandlingTest")))) | 3634 | "test_conn.py::LimitedRequestQueueTests::test_queue_full" |
| 3635 | "test_config_server.py::ServerConfigTests::testMaxRequestSize" | ||
| 3636 | "test_core.py::CoreRequestHandlingTest::testRanges" | ||
| 3637 | "test_core.py::CoreRequestHandlingTest::testRedirect" | ||
| 3638 | "test_encoding.py::EncodingTests::\ | ||
| 3639 | test_multipart_decoding_bigger_maxrambytes" | ||
| 3640 | "test_encoding.py::EncodingTests::\ | ||
| 3641 | test_test_http.py::HTTPTests::test_post_filename_with_special_characters" | ||
| 3642 | "test_http.py::HTTPTests::test_post_multipart" | ||
| 3643 | "test_http.py::HTTPTests::test_post_filename_with_special_characters" | ||
| 3644 | "test_mime.py::SafeMultipartHandlingTest::test_Flash_Upload" | ||
| 3645 | "test_tutorials.py::TutorialTest::test09Files")) | ||
| 3646 | #:phases | ||
| 3647 | #~(modify-phases %standard-phases | ||
| 3648 | (add-after 'unpack 'fix-pytest-config | ||
| 3649 | (lambda _ | ||
| 3650 | ;; See: <https://codeberg.org/guix/guix/issues/7476>. | ||
| 3651 | (delete-file "pytest.ini")))))) | ||
| 3635 | (propagated-inputs | 3652 | (propagated-inputs |
| 3636 | (list python-cheroot | 3653 | (list python-cheroot |
| 3637 | python-jaraco-collections | 3654 | python-jaraco-collections |
