summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 15:57:59 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:40 +0000
commit1bfe1ee4832392b107ac6b9cc3d4e7ab02dd8ddc (patch)
treedf36060709dcf8c12a1e2949e0f7c1dbd759cef5 /gnu
parentb046bf9f2f8ddb9e0e921e9174433a3ef6db821f (diff)
gnu: python-pynetdicom: Reduce closure size.
* gnu/packages/python-science.scm (python-pynetdicom): [propagated-inputs]: Remove python-mypy. [native-inputs]: Remove python-codespell, python-coverage, python-pytest-cov, pythonb-pytest-xdist, python-sphinx, and python-sphinx-rtd-theme. Change-Id: Ie0fc078cec3473e061ebc4dc87de59ca309a6194
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm15
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8354273c1b1..e064afb7ce6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2557,7 +2557,7 @@ search in Python.")
(arguments
(list
#:test-flags
- ;; Tests takes about 10-15min to complete.
+ ;; Tests takes about 10-15min to complete, and not thread save.
;; Skip tests that require networking.
#~(list "-k" (string-append
" not TestFindSCP"
@@ -2571,16 +2571,9 @@ search in Python.")
" and not test_pr_level_patient"
" and not test_pr_level_series"
" and not test_scp_cancelled"))))
- (native-inputs (list python-codespell
- python-coverage
- python-poetry-core
- python-pytest
- python-pytest-cov
- python-pytest-xdist
- python-sphinx
- python-sphinx-rtd-theme))
- (propagated-inputs (list python-mypy
- python-numpydoc
+ (native-inputs (list python-poetry-core
+ python-pytest))
+ (propagated-inputs (list python-numpydoc
python-pydicom
python-pyfakefs
python-sqlalchemy))