Wireshark-commits: [Wireshark-commits] master 5dc1e77: pytest.ini: declare minimum version requirem
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 05 Jan 2019 06:47:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5dc1e77298263f13059542e41caa67e30696ca80
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5dc1e77 by Peter Wu (peter@xxxxxxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  2e411db   test: allow running pytest without specifying the tests directory
     add  5dc1e77   pytest.ini: declare minimum version requirement


Summary of changes:
 pytest.ini | 1 +
 1 file changed, 1 insertion(+)