diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-03-30 18:05:24 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-31 13:24:47 +0200 |
commit | d6a67f51ecc6f045f846f8804613a4733c920c7c (patch) | |
tree | c59ac805b172b808f7c576f5e7c46d834a3f7cba /gnu/packages/check.scm | |
parent | d20bc0dbc2844d74cca13b030f0b66e46417bd1d (diff) | |
download | guix-d6a67f51ecc6f045f846f8804613a4733c920c7c.tar.gz |
gnu: python-testtools: Remove unused dependency.
* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove python-extras.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 6f87831c00..ec7b943f1b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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 |