fixup unify tests

This commit is contained in:
Tomas Orsava 2020-04-30 15:42:41 +02:00
parent b78335bda5
commit 2611209797
1 changed files with 8 additions and 16 deletions

View File

@ -7,22 +7,6 @@
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- pythonabi:
dir: .
run: ./pythonabi.sh
- pythonname:
dir: .
run: ./pythonname.sh
required_packages:
- rpm-build
- python3-devel
- hosts: localhost
pre_tasks:
- import_role:
@ -35,11 +19,19 @@
tags:
- classic
tests:
- pythonabi:
dir: .
run: ./pythonabi.sh
- pythonname:
dir: .
run: ./pythonname.sh
- pythondistdeps:
dir: ./tests
# Use update-test-sources.sh to update the test data
run: python3 -m pytest --capture=no -vvv
required_packages:
- rpm-build
- python3-devel
- python3-pip
- python3-pytest
- python3-pyyaml