aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-04 20:06:45 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-05 06:47:07 +0000
commit5dc1e77298263f13059542e41caa67e30696ca80 (patch)
tree4c5634f8841e566d83fd7609ab91e1ffc0ea76cd /pytest.ini
parent2e411dba93bf2ceecf3dd201b2d100864229ce02 (diff)
pytest.ini: declare minimum version requirement
pytest 3.0.0 (2016-08-18) or newer is required due to the use of the yield keyword in fixtures and the use of getfixturevalue. Do not bother supporting older versions, install newer versions via pip instead. Change-Id: I35ae787e2abcc706c19251d29a7d5b8513079c15 Reviewed-on: https://code.wireshark.org/review/31373 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index b12b8b0f8e..b0b9daf3ca 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,5 @@
[pytest]
+minversion = 3.0
testpaths = test
python_files = suite_*.py group_*.py
addopts = -ra