summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-21 11:16:56 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:37 +0100
commit1bf91ac505c93a90088081795369dfa0d1558a71 (patch)
treeaeb947bd666ad323c2e2997c6b83e471aef8ba0a /gnu/packages/python-web.scm
parente9ddab869d19454c939dd94ea71cb6d334d95469 (diff)
gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.
* gnu/packages/astronomy.scm (python-asdf-compression) (python-asdf-fits-schemas, python-cdflib, python-sunkit-spex): * gnu/packages/bioinformatics.scm (python-whatshap, python-mudata) (python-pyfaidx, python-ctxcore, scvelo): * gnu/packages/bootloaders.scm (dtc): * gnu/packages/check.scm (python-pytest-xdist, python-pytest-forked): * gnu/packages/databases.scm (python-fastparquet): * gnu/packages/disk.scm (greaseweazle-host-tools): * gnu/packages/docker.scm (python-docker): * gnu/packages/finance.scm (python-ledgerblue): * gnu/packages/fontutils.scm (python-compreffor) (python-defcon-bootstrap, nototools): * gnu/packages/games.scm (sc-controller): * gnu/packages/machine-learning.scm (python-botorch): * gnu/packages/music.scm (python-pylast): * gnu/packages/package-management.scm (conda): * gnu/packages/python-build.scm (python-exceptiongroup): * gnu/packages/python-science.scm (python-dask-image) (python-distributed, python-osqp): * gnu/packages/python-web.scm (python-branca, python-smart-open): * gnu/packages/python-xyz.scm (python-conda-content-trust) (python-menuinst, python-isort, python-pyclibrary) (python-pyclipper, python-csb43-0.10, python-orgparse) (python-deepmerge, python-scooby, python-uuid6): * gnu/packages/radio.scm (nanovna-saver): * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): [arguments]: Remove phases setting SETUPTOOLS_SCM_PRETEND_VERSION. * gnu/packages/python-xyz.scm (python-bagit) [arguments]: Refactor manual 'check phase into #:test-flags. Change-Id: I0713d6603f982a7f956d02fc3b85a384f4dd6ce4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm18
1 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9bd3b7300e0..6d710663d9a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9227,16 +9227,7 @@ library to create slugs from unicode strings while keeping it DRY.")
;; This file requires Selenium.
(list #:test-flags #~(list "--ignore" "tests/test_iframe.py"
;; This test passes but is very slow.
- "-k" "not test_color_brewer_extendability")
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'build 'pretend-version
- ;; The version string is usually derived via setuptools-scm,
- ;; but without the git metadata available, the version string
- ;; is set to '0.0.0'.
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
- #$(package-version this-package)))))))
+ "-k" "not test_color_brewer_extendability")))
(propagated-inputs (list python-jinja2))
(native-inputs
(list python-numpy
@@ -12137,12 +12128,7 @@ Python.")
"--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_question_mark"
"--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_slash"
"--deselect=tests/test_smart_open.py::ParseUriTest::test_scheme"
- "--ignore=tests/test_gcs.py")
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'build 'set-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
+ "--ignore=tests/test_gcs.py")))
(propagated-inputs
(list python-azure-common
python-azure-core