summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-science.scm3
-rw-r--r--gnu/packages/python-xyz.scm2
2 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 102816f63b9..9a140b93377 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3826,8 +3826,7 @@ build applications with traitlets in combination with the scipy stack.")
;; module 'trimesh' has no attribute '__main__'.
(delete 'sanity-check))))
(native-inputs
- (list python-coveralls
- python-pyinstrument
+ (list python-pyinstrument
python-pytest))
(propagated-inputs
(list ;; python-cascadio ; not packed yet, optional
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89898bb315b..693c42caa1f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3061,7 +3061,7 @@ using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.")
(base32
"1shyvajayyzbkp9dihb4mz835jnkp0kqqbyjfqci6v43da6q2kd2"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-coveralls python-flake8 python-pydocstyle
+ (propagated-inputs (list python-flake8 python-pydocstyle
python-pytest python-pytest-cov))
(native-inputs (list python-flit-core))
(home-page "https://github.com/rasterio/affine")