mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 03:30:30 +02:00
gnu: python-testtools: Remove unused dependency.
* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove python-extras.
This commit is contained in:
@@ -1796,7 +1796,7 @@ subprocess and see the output as well as any file modifications.")
|
||||
(invoke "python" "-m" "testtools.run"
|
||||
"testtools.tests.test_suite")))))))
|
||||
(propagated-inputs
|
||||
(list python-extras python-fixtures python-pbr))
|
||||
(list python-fixtures python-pbr))
|
||||
(native-inputs
|
||||
`(("python-testscenarios" ,python-testscenarios-bootstrap)))
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user