From 5dc1e77298263f13059542e41caa67e30696ca80 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 4 Jan 2019 20:06:45 +0100 Subject: 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 --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') 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 -- cgit v1.2.3