From e71891842a1ff246b5581eb28eb6dbc2ee7fe6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Wed, 23 Jun 2021 11:11:05 +0200 Subject: [PATCH] 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 --- tests/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index d19b268..e42ced7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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: