From 47b479923f884c9b484f7f1bb3fed0c92ebb6b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 11 Nov 2024 16:19:12 +0100 Subject: [PATCH] CI: EL9-only: Skip tests we cannot run yet (cherry picked from commit 2c94825e15c55c009803e61024aa78c7aaeea3c4) --- tests/tests.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index ae696b4..581afe6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -95,9 +95,13 @@ - userpath: dir: . run: ./mocktest.sh python-userpath - - markdown_it_py: - dir: . - run: ./mocktest.sh python-markdown-it-py + # No matching package to install: 'python3dist(pytest-cov)' [testing] + # No matching package to install: 'python3dist(pytest-regressions)' [testing] + # No matching package to install: 'python3dist(linkify-it-py)' [linkify] + # No matching package to install: 'python3dist(mdurl)' + #- markdown_it_py: + # dir: . + # run: ./mocktest.sh python-markdown-it-py - double_install: dir: . run: ./mocktest.sh double-install