Bug 235339

Summary: devel/py-pytest: Update to 4.3.1
Product: Ports & Packages Reporter: John W. O'Brien <john>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me CC: john
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pytest-dev/pytest/blob/4.3.1/CHANGELOG.rst
Bug Depends on: 235338    
Bug Blocks: 228575    
Attachments:
Description Flags
devel/py-pytest: Update to 4.2.0 none

Description John W. O'Brien 2019-01-31 01:32:03 UTC
Created attachment 201546 [details]
devel/py-pytest: Update to 4.2.0

Changelog
=========

*    Update to 4.2.0


QA
==

portlint: OK
poudriere: OK -- testport on 11.2-RELEASE amd64 w/py27, py35, py36 (default), py37
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-03-26 04:02:02 UTC
www/py-aiohttp/work-py37/aiohttp-3.5.4/pytest.ini:6: requires pytest-3.8.2, actual pytest-3.6.4'
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2019-03-26 12:50:09 UTC
QA:

- 1 failed, 2216 passed, 60 skipped, 43 xfailed, 1 warnings (Python 3.7)
- 1 failed, 2213 passed, 64 skipped, 42 xfailed, 1 warnings (Python 2.7)
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-26 12:54:57 UTC
A commit references this bug:

Author: koobs
Date: Tue Mar 26 12:54:16 UTC 2019
New revision: 496893
URL: https://svnweb.freebsd.org/changeset/ports/496893

Log:
  devel/py-pytest: Update to 4.3.1

    - Add a number of optional test dependencies to un-skip more tests
    - Use PYTHON_VER instead of PYTHON_REL to match conditionals to
      upstream spec.
    - Move mock to a conditional (2.7) dependency (per upstream spec)

  Changelog:

    https://github.com/pytest-dev/pytest/blob/4.3.1/CHANGELOG.rst

  PR:		235339
  Submitted by:	John W. O'Brien <john saltant com> (with changes)
  Approved by:	koobs (python, maintainer)

Changes:
  head/devel/py-pytest/Makefile
  head/devel/py-pytest/distinfo
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2019-03-26 12:57:12 UTC
Committed with changes. Thank you John.