Skip to content

Commit d6b73f5

Browse files
committed
requirements-test: Require newer pytest
Some older versions of pytest don't seem to support named attributes (`out` and `err`) for the return value of `capsys.readouterr`, which we depend on in the tests.
1 parent 6f1abf2 commit d6b73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mock>=2.0.0
2-
pytest
2+
pytest>=3.6.2
33
pytest-cov
44
-e .[MySQL]

0 commit comments

Comments
 (0)