]> 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:38:26 +0000 (11:38 +0200)
commit8d33f372a0638c58d399e4638f12dc40a6fdcb0f
treeb1f3a8487690a8614fcf0a1818736115de68a633
parent1dfa34da3fa9e3eba73ab22e1e6059449ef7f8ce
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).

(cherry picked from commit 5562c38ffb33da7f074dbe796a21124fe1ecf9dd)
bin/tests/system/statschannel/helper.py