From 0cebb4c9d746976ee04ab1ffefe2fe37cded29d4 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 8 Nov 2018 14:36:00 +0100 Subject: [PATCH] disable pytest minversion check because it doesn't work with current pytest --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 279b3e49..e3af6b27 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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