summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-23 23:06:19 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-04-23 23:12:23 +0100
commit5cf0a65c81ec84d05012ca18ffd541a552bffd3d (patch)
treea24a5eff92550fe0198e8c60463437691ceef375 /gnu/packages/python-xyz.scm
parentac7e4d826eda13dfce1a42a3ef2894459ff2c1e4 (diff)
gnu: python-ddt: Move python-check.
* gnu/packages/python-xyz.scm (python-ddt): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: If098b89d4abb795db7dc9756a76060e2e6ae11cc
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0d5535263d..21ced04733 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25976,32 +25976,6 @@ console.")
can even create animations with the cursor controls.")
(license license:expat)))
-(define-public python-ddt
- (package
- (name "python-ddt")
- (version "1.7.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "ddt" version))
- (sha256
- (base32 "0jz0lglz5z5clsbralbpmd1hxs4ndb6ls7lvl7216c4nhfqdc5fj"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-aiounittest
- python-pytest
- python-setuptools
- python-wheel))
- (propagated-inputs
- (list python-pyyaml))
- (home-page "https://github.com/datadriventests/ddt")
- (synopsis "Data-Driven Tests")
- (description
- "Data-Driven Tests (@dfn{DDT}) allow you to multiply one test case by
-running it with different test data, and make it appear as multiple test
-cases.")
- (license license:expat)))
-
(define-public python-pycountry
(package
(name "python-pycountry")