mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
disable pytest minversion check
because it doesn't work with current pytest
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
[pytest]
|
[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
|
python_files = test_*.py
|
||||||
markers =
|
markers =
|
||||||
gen_test: marks an async tornado test
|
gen_test: marks an async tornado test
|
||||||
|
Reference in New Issue
Block a user