diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 20:53:43 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:20 +0100 |
| commit | f75dc166bd350354bbf00bbce1550b93bcac1dec (patch) | |
| tree | b12c3270e78bd43a857035bd62e0a3685a9a644e /gnu | |
| parent | 8990cfda50da12e684099aa9acd19fc268dbb23d (diff) | |
gnu: python-seaborn: Use python-pytest-8.
* gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Remove
python-pytest; add python-pytest-8.
Change-Id: I31a95b37cad06b918a92bb0e73d6684507da1df2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c3f09facb5..683ce552a5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15776,7 +15776,7 @@ PNG and terminal output.") (build-system pyproject-build-system) (arguments (list - ;; 2358 passed, 16 skipped, 6 xfailed, 17 warnings + ;; tests: 2354 passed, 16 skipped, 6 xfailed, 224 warnings #:test-flags #~(list "--numprocesses" (number->string (parallel-job-count)) ;; XXX: See: <https://github.com/mwaskom/seaborn/issues/3892>. @@ -15788,7 +15788,7 @@ PNG and terminal output.") "--deselect=tests/test_distributions.py::TestKDEPlotBivariate::test_weights"))) (native-inputs (list python-flit-core - python-pytest + python-pytest-8 python-pytest-xdist)) (propagated-inputs (list python-matplotlib |
