Skip to content
Snippets Groups Projects
Commit dac0085a authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

tests/conftest.py: Fix compatibility with pytest 3.6.2-1, currently in Debian experimental.

parent 24e4ffc6
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment