mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
e7c8bc07df
commit
739a189a14
1 changed files with 2 additions and 2 deletions
|
|
@ -15738,7 +15738,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>.
|
||||
|
|
@ -15750,7 +15750,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue