1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-27 11:04:03 +02:00

gnu: python-roman: Fix tests.

* gnu/packages/python-xyz.scm (python-roman)[arguments]<test-flags>:
Add unitest discovery option in "src" directory.

Change-Id: I3e14d0a0bf6f5e50ec5755d4f1846123ca34e877
This commit is contained in:
Sharlatan Hellseher
2026-03-01 21:24:42 +00:00
parent fe0570511f
commit 38af4c04ef
+2 -1
View File
@@ -8930,7 +8930,8 @@ cutting and pasting that code over and over.")
(build-system pyproject-build-system)
(arguments
(list
#:test-backend #~'unittest))
#:test-backend #~'unittest
#:test-flags #~(list "discover" "-s" "src")))
(native-inputs (list python-setuptools))
(home-page "https://github.com/zopefoundation/roman")
(synopsis "Integer to Roman numerals converter")