diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-18 16:11:03 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:30 +0100 |
| commit | d2fe4a5ee59e7eb4afbdb7ab4ac1c749e0c62ff8 (patch) | |
| tree | af9bb4351e81e9e848083d3df3078b6a453e01e7 /gnu/packages/python-check.scm | |
| parent | 017ecad9d9648f5e466e988b5c88ca7a2e13bba0 (diff) | |
gnu: python-syrupy: Fix tests.
* gnu/packages/python-check.scm (python-syrupy)
[arguments]<#:test-backend>: Drop it.
<#:test-flags>: Ignore expected failing test.
[native-inputs]: Drop python-invoke.
Change-Id: Ie3e92293d7bd96aa7edbf81b577c9413bd988dfd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 9da75c913fd..c979b390a26 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -4722,11 +4722,12 @@ provided for the main Python test runners.") | |||
| 4722 | (base32 "1ysm42an2pf4ppd1i5yzh11bq1rfydhg6rmmh5v91gcixpvi872d")))) | 4722 | (base32 "1ysm42an2pf4ppd1i5yzh11bq1rfydhg6rmmh5v91gcixpvi872d")))) |
| 4723 | (build-system pyproject-build-system) | 4723 | (build-system pyproject-build-system) |
| 4724 | (arguments | 4724 | (arguments |
| 4725 | (list #:test-backend #~'custom | 4725 | (list |
| 4726 | #:test-flags #~(list "-m" "invoke" "test"))) | 4726 | #:test-flags |
| 4727 | ;; XXX: This test is incompatible with running with xdist. | ||
| 4728 | #~(list "-k" "not test_update_failure_shows_snapshot_diff[xdist_two]"))) | ||
| 4727 | (native-inputs | 4729 | (native-inputs |
| 4728 | (list python-invoke | 4730 | (list python-poetry-core |
| 4729 | python-poetry-core | ||
| 4730 | python-pytest-bootstrap | 4731 | python-pytest-bootstrap |
| 4731 | python-pytest-xdist | 4732 | python-pytest-xdist |
| 4732 | python-setuptools-scm)) | 4733 | python-setuptools-scm)) |
