Commit graph

4 commits

Author SHA1 Message Date
Till Maas
d400cadfe4 pytest: Remove PyYAML dependency
This does not seem to be needed anymore.

Signed-off-by: Till Maas <opensource@till.name>
2022-02-18 09:57:46 +01:00
Sergei Petrosian
133672663d Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
2021-08-12 17:08:05 +08:00
Rich Megginson
9c86ff6f76 collections - working unit tests during integration
The unit tests that are run during integration test did not
work for the role converted to collection format.  The tests need to
get the paths from the environment then set up the runtime environment
to look like the real Ansible runtime environment.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2021-01-22 05:57:16 +08:00
Rich Megginson
92519644ba python 2.6 support for pytest and ansible 2.6
Removed `mock` from the `testenv` `deps`.
Added `mock` to the template pytest_extra_requirements.txt,
commented out.  Projects such as network that need it can uncomment it.
2020-04-07 11:02:28 +02:00