Remove python3-mock from the tests

The mock library has been integrated in Python 3 standard library,
it's now unittest.mock.

Resolves: rhbz#1922326
This commit is contained in:
Jan Černý 2021-06-23 11:11:05 +02:00
parent 9cfba3155b
commit e71891842a
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
- classic
required_packages:
- "python3-pytest"
- "python3-mock"
- "anaconda"
tests:
- smoke:
@ -22,7 +21,6 @@
- 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
- "python3-mock" # 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: