linux: use Python 3.9 in before_all (#2043)
Also use Python 3.9 for utility python in oci_container.
This commit is contained in:
@@ -168,7 +168,7 @@ class OCIContainer:
|
||||
... print(self.debug_info())
|
||||
"""
|
||||
|
||||
UTILITY_PYTHON = "/opt/python/cp38-cp38/bin/python"
|
||||
UTILITY_PYTHON = "/opt/python/cp39-cp39/bin/python"
|
||||
|
||||
process: PopenBytes
|
||||
bash_stdin: IO[bytes]
|
||||
|
||||
Reference in New Issue
Block a user