With the addition of hatchling as a build system on fedpkg 1.45, the CI test system broke for python 3.6 because hatchling is not compatible with that version of python. To fix this, I changed the tox.ini file so that it can run the py36 test with the old sdist system instead.
This was also affecting flake8. So I skipped the install process since it's not required for this process.
With the addition of hatchling as a build system on fedpkg 1.45, the CI test system broke for python 3.6 because hatchling is not compatible with that version of python. To fix this, I changed the tox.ini file so that it can run the py36 test with the old sdist system instead.
This was also affecting flake8. So I skipped the install process since it's not required for this process.