[Git][reproducible-builds/diffoscope][master] tests/conftest.py: Fix compatibility with pytest 3.6.2-1, currently in Debian experimental.

Chris Lamb gitlab at salsa.debian.org
Wed Jun 27 23:46:57 CEST 2018


Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
dac0085a by Chris Lamb at 2018-06-27T22:39:17+01:00
tests/conftest.py: Fix compatibility with pytest 3.6.2-1, currently in Debian experimental.

- - - - -


1 changed file:

- tests/conftest.py


Changes:

=====================================
tests/conftest.py
=====================================
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -59,6 +59,6 @@ def pytest_report_header(config):
             'dpkg-query',
             '-W',
             '-f', '${db:Status-Abbrev}\t${binary:Package} (${Version})\n'
-        ))]
+        )).decode('utf-8')]
     except:
         pass



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/dac0085ac2525432acca300f5a4a497a0bf22ed6

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/dac0085ac2525432acca300f5a4a497a0bf22ed6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180627/0b262de8/attachment.html>


More information about the rb-commits mailing list