CI: Skip some tests that would be to useless with reduced dependencies

Resolves: rhbz#2065590
This commit is contained in:
Miro Hrončok 2022-03-17 16:59:38 +01:00
parent fc08e7cf3e
commit 3e4bfeffd8

View File

@ -22,9 +22,11 @@
- pluggy: - pluggy:
dir: . dir: .
run: ./mocktest.sh python-pluggy run: ./mocktest.sh python-pluggy
- clikit: # uses poetry backend, no poetry in EL 9
dir: . # awaiting volunteers in https://bugzilla.redhat.com/2049649
run: ./mocktest.sh python-clikit #- clikit:
# dir: .
# run: ./mocktest.sh python-clikit
- distroinfo: - distroinfo:
dir: . dir: .
run: ./mocktest.sh python-distroinfo run: ./mocktest.sh python-distroinfo
@ -49,9 +51,10 @@
- setuptools_scm: - setuptools_scm:
dir: . dir: .
run: ./mocktest.sh python-setuptools_scm run: ./mocktest.sh python-setuptools_scm
- ipykernel: # awaiting ipython stack in EPEL 9
dir: . #- ipykernel:
run: ./mocktest.sh python-ipykernel # dir: .
# run: ./mocktest.sh python-ipykernel
- zope: - zope:
dir: . dir: .
run: ./mocktest.sh python-zope-event run: ./mocktest.sh python-zope-event
@ -61,9 +64,10 @@
- printrun: - printrun:
dir: . dir: .
run: ./mocktest.sh printrun run: ./mocktest.sh printrun
- dns_lexicon: # too many missing deps in EPEL 9 (boto3, tldextract, vcrpy)
dir: . #- dns_lexicon:
run: ./mocktest.sh python-dns-lexicon # dir: .
# run: ./mocktest.sh python-dns-lexicon
- flit_core: - flit_core:
dir: . dir: .
run: ./mocktest.sh python-flit-core run: ./mocktest.sh python-flit-core
@ -73,9 +77,10 @@
- setuptools: - setuptools:
dir: . dir: .
run: ./mocktest.sh python-setuptools run: ./mocktest.sh python-setuptools
- markupsafe: # too many missing deps in EPEL 9 (mypy, pre-commit, sphinx-issues, sphinxcontrib-log-cabinet)
dir: . #- markupsafe:
run: ./mocktest.sh python-markupsafe # dir: .
# run: ./mocktest.sh python-markupsafe
- getmac: - getmac:
dir: . dir: .
run: ./mocktest.sh python-getmac run: ./mocktest.sh python-getmac