[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
351/361: gnu: python-pytest-httpserver: Update to 1.1.0.
From: |
guix-commits |
Subject: |
351/361: gnu: python-pytest-httpserver: Update to 1.1.0. |
Date: |
Fri, 22 Nov 2024 06:01:13 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit da066b9f88cdcdb60d9b40f4d9bd91dc57b2e241
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 21:45:21 2024 +0000
gnu: python-pytest-httpserver: Update to 1.1.0.
* gnu/packages/check.scm (python-pytest-httpserver): Update to
1.1.0. Adjust indentation.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Remove 'fix-library-loading phase, and use default
'check phase.
[native-inputs]: Add python-poetry-core and python-toml.
Change-Id: Id0857d4042a3edfb676a46b8c20d051aa4cb1f93
---
gnu/packages/check.scm | 35 ++++++++++++++---------------------
1 file changed, 14 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a484b8df2e..a556ed1ab4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1797,32 +1797,25 @@ update print statements
(define-public python-pytest-httpserver
(package
(name "python-pytest-httpserver")
- (version "1.0.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "pytest_httpserver" version))
- (sha256
- (base32
- "0vbls0j570l5my83j4jnk5blmnir44i0w511azlh41nl6k8rac5f"))))
- (build-system python-build-system)
+ (version "1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest_httpserver" version))
+ (sha256
+ (base32 "00c7vki5qpl40qn5riyppkjnmgrvhsbg0hsdp6qm3m9fkqcv073b"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-poetry-core
+ python-toml
+ python-pytest))
(propagated-inputs
(list python-werkzeug))
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'fix-library-loading
- (lambda _
- (setenv "GUIX_PYTHONPATH" (string-append (getenv
"GUIX_PYTHONPATH") ":."))))
- (replace 'check
- (lambda _
- (invoke "pytest" "tests" "-vv")
- (invoke "pytest" "tests" "-vv" "--ssl"))))))
(home-page "https://github.com/csernazs/pytest-httpserver")
(synopsis "HTTP server for pytest")
- (description "Pytest plugin library to test http clients without
-contacting the real http server.")
+ (description
+ "Pytest plugin library to test http clients without contacting the real
+http server.")
(license license:expat)))
(define-public python-pytest-nunit
- 294/361: gnu: Remove python-pyproject-metadata-0.7., (continued)
- 294/361: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/22
- 295/361: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/22
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/22
- 332/361: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/22
- 333/361: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/22
- 334/361: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/22
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/22
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/22
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/22
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0.,
guix-commits <=
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/22
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/22
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/22
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/22