[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69980] [PATCH python-team v3 14/14] gnu: jupytext: Fix pre-commit n
From: |
Nicolas Graves |
Subject: |
[bug#69980] [PATCH python-team v3 14/14] gnu: jupytext: Fix pre-commit native-input removal. |
Date: |
Sat, 1 Jun 2024 16:58:02 +0200 |
* gnu/packages/python-xyz.scm (jupytext):
[arguments]<#:test-flags>: Add a flag to ignore pre_commit tests.
Change-Id: Ifa2097da721c4927ec304c51371eea96bc0cdf41
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae94d13e803..d81de891c4f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -465,7 +465,8 @@ (define-public python-jupytext
(list "test_create_header_with_set_formats"
"test_pre_commit_hook"
"test_sync_with_pre_commit_hook")
- " and not ")))
+ " and not "))
+ "--ignore-glob=tests/test_pre_commit_*.py")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'pre-check
--
2.41.0
- [bug#69980] [PATCH python-team v3 04/14] gnu: python-lazy-loader: Remove pre-commit from native-inputs., (continued)
- [bug#69980] [PATCH python-team v3 04/14] gnu: python-lazy-loader: Remove pre-commit from native-inputs., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 05/14] gnu: python-omnipath: Remove pre-commit from native-inputs., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 06/14] gnu: python-jupytext: Remove pre-commit from native-inputs., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 07/14] gnu: python-seaborn: Remove pre-commit from native-inputs., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 08/14] gnu: python-cfgv: Update to 3.4.0., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 09/14] gnu: Add python-ukkonen., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 11/14] gnu: python-nodeenv: Update to 1.8.0., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 10/14] gnu: python-identify: Update to 2.5.36., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 12/14] gnu: pre-commit: Update to 3.7.1., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 13/14] gnu: python-jupytext: Move to pyproject-build-system., Nicolas Graves, 2024/06/01
- [bug#69980] [PATCH python-team v3 14/14] gnu: jupytext: Fix pre-commit native-input removal.,
Nicolas Graves <=