]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not use f-strings in Python system tests
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
commit5562c38ffb33da7f074dbe796a21124fe1ecf9dd
tree961a9578d60c3a825e1fb2c57fbff52596b84edf
parent62b8a5e59d556e80c55574667b14ae4a8509f308
Do not use f-strings in Python system tests

Use str.format() instead of f-strings in Python system tests to enable
them to work on Python 3 versions older than 3.6 as the latter is not
available on some operating systems used in GitLab CI that are still
actively supported (CentOS 6, Debian 9, Ubuntu 16.04).
bin/tests/system/statschannel/helper.py