Merge pull request #3053 from tausbn/python-make-test-not-depend-on-minor-version

Python: Make two tests not depend on minor Python version.
This commit is contained in:
Rasmus Wriedt Larsen
2020-03-13 10:56:40 +01:00
committed by GitHub
4 changed files with 4 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ import python
from SyntaxError error
where not error instanceof EncodingError
select error, error.getMessage() + " (in Python " + major_version() + "." + minor_version() + ")."
select error, error.getMessage() + " (in Python " + major_version() + ")."