disable pytest minversion check

because it doesn't work with current pytest
This commit is contained in:
Min RK
2018-11-08 14:36:00 +01:00
parent 006b89746a
commit 0cebb4c9d7

View File

@@ -1,5 +1,8 @@
[pytest]
minversion = 3.3
# pytest 3.10 has broken minversion checks,
# so we have to disable this until pytest 3.11
# minversion = 3.3
python_files = test_*.py
markers =
gen_test: marks an async tornado test