Add pytest-subtests to dev requirements
This pytest plugin adds support for unittest's TestCase.subTest (for
Python >= 3.4). Since we we now only support python3 and since we use a
fair amount of these, let's benefit of better reporting by using this
plugin.
--- a/requirements/dev.txt Tue Mar 26 16:22:31 2019 +0100
+++ b/requirements/dev.txt Fri Apr 05 12:19:03 2019 +0200
@@ -1,1 +1,2 @@
pytest
+pytest-subtests