ansible / pytest-ansible

A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios through a pytest fixture.

Home Page:https://ansible.readthedocs.io/projects/pytest-ansible/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3?

automaticgiant opened this issue · comments

No active plans to enable python3 support at the moment. Welcome to submit PRs to help move things along.

We are using pytest-ansible and moving head would like to be supported with python 3. Any effort estimation what would it require for the changes?

We are looking for python3 support. Rhel8 is totally on python3 and we are heavily using pytest-ansible in our automation tests.

Thanks for the issue! I would love to get some help with this. Anyone interested in working on a PR to resolve this issue?

We are wiling to help to take pytest-ansible to make it python3 compatable.May be a bit guidance is needed.
Do you think we should start testing it with python3 first to see what all parts are broken or need changes?

@geetikakay that sounds like a great idea. I'd suggest adding various current python3 environments to the envlist in tox.ini

@jlaska sure i can start with it.!!

I think we're good now with python3 support. At least, tests are passing against 3.6. Please file any py3 issues as new issues. Thanks!

Thanks @jlaska ..We will test with python3.