133 lines
3.8 KiB
YAML
133 lines
3.8 KiB
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
tasks:
|
|
- dnf:
|
|
name: "*"
|
|
state: latest
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- pytest:
|
|
dir: .
|
|
run: ./mocktest.sh python-pytest
|
|
- entrypoints:
|
|
dir: .
|
|
run: ./mocktest.sh python-entrypoints
|
|
- pluggy:
|
|
dir: .
|
|
run: ./mocktest.sh python-pluggy
|
|
- clikit:
|
|
dir: .
|
|
run: ./mocktest.sh python-clikit
|
|
- distroinfo:
|
|
dir: .
|
|
run: ./mocktest.sh python-distroinfo
|
|
# No matching package to install: 'python3dist(termcolor)'
|
|
#- tldr:
|
|
# dir: .
|
|
# run: ./mocktest.sh tldr
|
|
# No matching package to install: 'python3dist(freezegun)'
|
|
#- openqa_client:
|
|
# dir: .
|
|
# run: ./mocktest.sh python-openqa_client
|
|
- httpbin:
|
|
dir: .
|
|
run: ./mocktest.sh python-httpbin
|
|
# No matching package to install: 'openldap-servers'
|
|
#- ldap:
|
|
# dir: .
|
|
# run: ./mocktest.sh python-ldap
|
|
- isort:
|
|
dir: .
|
|
run: ./mocktest.sh python-isort
|
|
- mistune:
|
|
dir: .
|
|
run: ./mocktest.sh python-mistune
|
|
- setuptools_scm:
|
|
dir: .
|
|
run: ./mocktest.sh python-setuptools_scm
|
|
# No matching package to install: 'python3dist(ipython) >= 5'
|
|
# No matching package to install: 'python3dist(jupyter-client)'
|
|
# No matching package to install: 'python3dist(jupyter-core) >= 4.2'
|
|
#- ipykernel:
|
|
# dir: .
|
|
# run: ./mocktest.sh python-ipykernel
|
|
- zope:
|
|
dir: .
|
|
run: ./mocktest.sh python-zope-event
|
|
- django:
|
|
dir: .
|
|
run: ./mocktest.sh python-django
|
|
- printrun:
|
|
dir: .
|
|
run: ./mocktest.sh printrun
|
|
# No matching package to install: 'python3dist(vcrpy) > 1.0'
|
|
#- dns_lexicon:
|
|
# dir: .
|
|
# run: ./mocktest.sh python-dns-lexicon
|
|
- flit_core:
|
|
dir: .
|
|
run: ./mocktest.sh python-flit-core
|
|
- poetry_core:
|
|
dir: .
|
|
run: ./mocktest.sh python-poetry-core
|
|
- setuptools:
|
|
dir: .
|
|
run: ./mocktest.sh python-setuptools
|
|
# No matching package to install: 'python3dist(mypy)'
|
|
# No matching package to install: 'python3dist(pallets-sphinx-themes)'
|
|
# No matching package to install: 'python3dist(pre-commit)'
|
|
# No matching package to install: 'python3dist(sphinx-issues)'
|
|
# No matching package to install: 'python3dist(sphinxcontrib-log-cabinet)'
|
|
#- markupsafe:
|
|
# dir: .
|
|
# run: ./mocktest.sh python-markupsafe
|
|
- getmac:
|
|
dir: .
|
|
run: ./mocktest.sh python-getmac
|
|
- userpath:
|
|
dir: .
|
|
run: ./mocktest.sh python-userpath
|
|
# 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
|
|
- fake_requirements:
|
|
dir: .
|
|
run: ./mocktest.sh fake-requirements
|
|
- virtualenv:
|
|
dir: .
|
|
run: ./mocktest.sh python-virtualenv
|
|
- pello:
|
|
dir: .
|
|
run: ./mocktest.sh python-pello
|
|
- pello_with_options:
|
|
dir: .
|
|
run: ./mocktest.sh python-pello --with options
|
|
- escape_paths:
|
|
dir: .
|
|
run: ./mocktest.sh escape_paths
|
|
- config-settings-test:
|
|
dir: .
|
|
run: ./mocktest.sh config-settings-test
|
|
- isort_c9s:
|
|
dir: .
|
|
run: NAME="CentOS Stream" VERSION_ID=9 ./mocktest.sh python-isort
|
|
required_packages:
|
|
- 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm'
|
|
- mock
|
|
- rpmdevtools
|
|
- rpm-build
|