summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2024-12-17 12:32:44 +0100
committerRicardo Wurmus <[email protected]>2025-01-20 21:37:23 +0100
commit64c7d93184e1cf779e926c484c1550a213244ca9 (patch)
treea9b99ea8970a68ad5911293866580ecf5f26c14e /gnu/packages/python-xyz.scm
parent6076135cba33f1439ebdb0f0e5d56b044f15a78a (diff)
gnu: python-devtools: Simplify.
* gnu/packages/python-xyz.scm (python-devtools)[arguments]: Enable one additional test; delete obsolete phase 'relax-requirements. Change-Id: I5dcf88954cdf8d37e522c425bf7bef4c29913205
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 2 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 01e5b257d7..2f5a0d1eaa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33733,18 +33733,8 @@ and have a maximum lifetime built-in.")
(list
#:test-flags
;; Disable some failing tests.
- #~(list "-k" (string-append "not test_print_subprocess"
- " and not test_simple")
- "--ignore=tests/test_insert_assert.py")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; Pygments 2.12.0 is available.
- (("2.15.0") "2.12.0")
- ;; executing 0.8.2 is available.
- (("1.1.1") "0.8.2")))))))
+ '(list "-k" "not test_print_subprocess"
+ "--ignore=tests/test_insert_assert.py")))
(native-inputs
(list python-hatchling python-pytest python-pytest-mock))
(propagated-inputs