me
/
guix
Archived
1
0
Fork 0

gnu: python-testtools: Remove unused dependency.

* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove
python-extras.
master
Lars-Dominik Braun 2023-03-30 18:05:24 +02:00
parent d20bc0dbc2
commit d6a67f51ec
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 1 additions and 1 deletions

View File

@ -1796,7 +1796,7 @@ subprocess and see the output as well as any file modifications.")
(invoke "python" "-m" "testtools.run" (invoke "python" "-m" "testtools.run"
"testtools.tests.test_suite"))))))) "testtools.tests.test_suite")))))))
(propagated-inputs (propagated-inputs
(list python-extras python-fixtures python-pbr)) (list python-fixtures python-pbr))
(native-inputs (native-inputs
`(("python-testscenarios" ,python-testscenarios-bootstrap))) `(("python-testscenarios" ,python-testscenarios-bootstrap)))
(description (description