This PR addresses an issue rooted in a pytest bug where the terminal width configuration is ignored causing some tests to fail unless the users runs the tests in a virtual terminal that is 80 chars wide.
By forcing the COLUMNS environment variable to be 80 chars during the test run the tests pass regardless of the size of the virtual terminal they are run in without altering the users COLUMNS env var.
This PR addresses an issue rooted in a pytest bug where the terminal width configuration is ignored causing some tests to fail unless the users runs the tests in a virtual terminal that is 80 chars wide.
By forcing the COLUMNS environment variable to be 80 chars during the test run the tests pass regardless of the size of the virtual terminal they are run in without altering the users COLUMNS env var.
Fixes: https://pagure.io/koji/issue/4439