diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 13:59:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:36 +0100 |
| commit | a17498d2f3621ec4057c0fd8d23d02a7265faa0a (patch) | |
| tree | fab779679a7b7d3adf12e7a58fd48b5f519fd272 /gnu/packages/python-check.scm | |
| parent | 912de52d808a5022c4c0053efaabf19919d1f002 (diff) | |
gnu: python-deal: Drop phase 'fix-pytest-config.
* gnu/packages/python-check.scm (python-deal)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: If97a9af823185330a2717b08f2b51d8ada9008ed
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index eb69e263f77..95fdedecd05 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -941,13 +941,7 @@ cases.") | |||
| 941 | "test_typecheck_explicit_kwargs")) | 941 | "test_typecheck_explicit_kwargs")) |
| 942 | ;; Assertions are not equal. | 942 | ;; Assertions are not equal. |
| 943 | "--deselect=tests/test_cli/test_test.py::test_no_violations" | 943 | "--deselect=tests/test_cli/test_test.py::test_no_violations" |
| 944 | "--deselect=tests/test_doctest.py::test_doctest[test5]") | 944 | "--deselect=tests/test_doctest.py::test_doctest[test5]"))) |
| 945 | #:phases | ||
| 946 | #~(modify-phases %standard-phases | ||
| 947 | (add-after 'unpack 'fix-pytest-config | ||
| 948 | (lambda _ | ||
| 949 | (substitute* "pyproject.toml" | ||
| 950 | ((".*--cov.*") ""))))))) | ||
| 951 | (native-inputs | 945 | (native-inputs |
| 952 | (list python-flit-core | 946 | (list python-flit-core |
| 953 | python-docstring-parser | 947 | python-docstring-parser |
