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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user