mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-dependency-groups: Correct package.
* gnu/packages/python-web.scm (python-dependency-groups) [native-inputs]: Add python-pytest, as tests were not run using unittests. Change-Id: I966ea4dad232ad514bcf10cfd37a89c5244ca0b5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
00568c7fe2
commit
f7959521cf
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ extracting, creating, and converting between formats.")
|
|||
(base32 "1zgymnk6k984h2wfdpp0vws2ihwqrr9lmxhrij9zs5q5140q61vq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-packaging python-tomli))
|
||||
(native-inputs (list python-flit-core))
|
||||
(native-inputs (list python-flit-core python-pytest))
|
||||
(home-page "https://dependency-groups.readthedocs.io/")
|
||||
(synopsis "Tools and library for resolving PEP 735 Dependency Group data")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue