This commit is contained in:
parent
4b385fc7ba
commit
a5a593cdc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user