]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use raw byte format of env variables in pytest
authorPetr Špaček <pspacek@isc.org>
Tue, 28 Mar 2023 09:52:38 +0000 (11:52 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:40 +0000 (14:11 +0200)
commit37ed9ad2f82cd4f2dadeb8d4271e533683a79659
tree8d04215886b7e952baa636da8ed4d929d3a41d89
parenta6559176f1494bcdba2162e42f12a54f35710cb5
Use raw byte format of env variables in pytest

In order to avoid issues with decoding/encoding env variables due to
different encodings on different systems, deal with the environment
variables directly as bytes.
bin/tests/system/conftest.py