e71891842a
The mock library has been integrated in Python 3 standard library, it's now unittest.mock. Resolves: rhbz#1922326
28 lines
627 B
YAML
28 lines
627 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- "python3-pytest"
|
|
- "anaconda"
|
|
tests:
|
|
- smoke:
|
|
run: "PYTHONPATH=/usr/share/anaconda/addons py.test-3 ."
|
|
dir: "./source/tests"
|
|
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- "python3-pytest" # Not needed for this test, it is just a temp workaround for an Ansible bug https://github.com/ansible/ansible/issues/57365
|
|
- "anaconda"
|
|
tests:
|
|
- Sanity/dir-install:
|
|
timeout: 1h
|