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>
This commit is contained in:
Peter Wu 2019-01-04 20:06:45 +01:00 committed by Anders Broman
parent 2e411dba93
commit 5dc1e77298
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[pytest]
minversion = 3.0
testpaths = test
python_files = suite_*.py group_*.py
addopts = -ra