summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 21:24:15 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:42 +0000
commit5830ab78b1aed1d198b8fed3a5339a7da9d4ab1e (patch)
tree74d7eae81c603121f11691ee87bcb32aaf0e3906 /gnu
parentb77111928bd1cf41560ebc63fd3269721bb724f2 (diff)
gnu: python-gpxpy: Fix tests.
* gnu/packages/python-xyz.scm (python-gpxpy): [arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-wheel. Change-Id: I7ad1b1c9d98b56d3e22257e8fee008a7d1ee7a9f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c98a305d554..12e459bda09 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17222,8 +17222,10 @@ structures.")
(sha256
(base32 "1bh1dkrbmcqb46r7j4fazzq7j6zfr2f04frm6h4bhhpcjx5lhb57"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:test-backend #~'unittest))
(native-inputs
- (list python-setuptools python-wheel))
+ (list python-setuptools))
(home-page "https://github.com/tkrajina/gpxpy")
(synopsis "Python GPX parser")
(description "GPX file parser and GPS track manipulation library.")