This does the minimum possible to get the tests running as GH Actions workflows against current Salt and Python versions. I've stuck with the existing tox setup and only updated requirements where necessary to get the tests to set up and run.
I haven't setup the codecov functionality but will tackle that at a later stage,
Currently, some tests are failing for almost all the combinations of python/salt/transport. The majority of those are the integration tests, which rely on the archived pytest-salt extension.
Migrates tests to Github Actions as per issue https://github.com/saltstack/pepper/issues/220.
This does the minimum possible to get the tests running as GH Actions workflows against current Salt and Python versions. I've stuck with the existing tox setup and only updated requirements where necessary to get the tests to set up and run.
I haven't setup the codecov functionality but will tackle that at a later stage,
Currently, some tests are failing for almost all the combinations of python/salt/transport. The majority of those are the integration tests, which rely on the archived pytest-salt extension.
Think it would be worth merging this as is and I'll then work on issues with the actual test suite in https://github.com/saltstack/pepper/issues/225