Commit dac0085a authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

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

parent 24e4ffc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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