diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-08-25 11:33:30 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-08-25 14:45:41 +0000 |
| commit | 7990029e710c0995085c7208118fa4c5de679698 (patch) | |
| tree | fdd5539d009921c0a62e8c1553099b806e2cef56 /shells | |
| parent | 51cfef3ad0cc24462837c9d556d214afd7843db4 (diff) | |
shells/xonsh: Mark port as TESTING_UNSAFE
Testsuite sometimes fails due to a race. Waiting on upstream fix.
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/xonsh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile index 0565885bebcc..dbbf65b73d11 100644 --- a/shells/xonsh/Makefile +++ b/shells/xonsh/Makefile @@ -31,6 +31,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.3.1:devel/py-coverage@${PY_FLAV USES= python USE_PYTHON= autoplist concurrent pep517 pytest +TESTING_UNSAFE= tests fails under a race found recently: \ + https://github.com/xonsh/xonsh/issues/6582 + NO_ARCH= yes do-test: |
