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