neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix(AWS): refactor sources to be py3.6 compatible and add epels to packit #225

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago
chore(Packit): enable epel-8 and epel-9 updates and tests

fix(AWS): refactor sources to be py3.6 compatible

When considering mrack to be part of
the tmt which is used even in epel8 and epel9
we might be limited to not use latest python
features which one of them is := opearator.
Tiboris commented 1 year ago

@dav-pascual Please have a look as I am basically touching your code.