adjust tests
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-10-04 21:06:29 +02:00
parent 4b385fc7ba
commit a5a593cdc0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

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