mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add python-opentelemetry-test-utils-bootstrap.
* gnu/packages/python-web.scm (python-opentelemetry-test-utils-bootstrap): New variable. Change-Id: Ic03c9d3e05f184230becc7373d58df0202d5cf63
This commit is contained in:
@@ -1448,6 +1448,18 @@ in Python 3.13 by PEP-594.")
|
||||
(description "Test utilities for @code{OpenTelemetry} unit tests.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-opentelemetry-test-utils-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-opentelemetry-test-utils
|
||||
(name "python-opentelemetry-test-utils-bootstrap")
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f))
|
||||
(propagated-inputs (list python-asgiref
|
||||
python-opentelemetry-api-bootstrap
|
||||
python-opentelemetry-sdk-bootstrap))
|
||||
(native-inputs (list python-hatchling)))))
|
||||
|
||||
(define-public python-pathy
|
||||
(package
|
||||
(name "python-pathy")
|
||||
|
||||
Reference in New Issue
Block a user