tests: run our pytest excepthook plugin first to prevent warnings
commit83fd35d8bb25b688a9c6dd33fb83743bd340d666
authorChristoph Reiter <reiter.christoph@gmail.com>
Wed, 15 Aug 2018 15:20:09 +0000 (15 17:20 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Wed, 15 Aug 2018 20:32:40 +0000 (15 22:32 +0200)
treee2f25fdd1bda672404505663aef17473b73b66cd
parenta79c1e833952fab3b8acafe0417801292a55d921
tests: run our pytest excepthook plugin first to prevent warnings

Our plugin raising exceptions seems to confuse other hooks, marking it
to be run first gets rid of them.
tests/conftest.py