feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 5 commits from test-rocky8 into master 2021-10-04 21:18:30 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a5a593cdc0 - Show all commits

View File

@ -16,6 +16,6 @@ def test_python3_is_installed(host):
def test_python3_bin(host):
version = host.run("/usr/bin/python3 --version").stdout
version = host.run("/usr/bin/python3.9 --version").stdout
assert "Python 3.9" in version