Bug 235339 - devel/py-pytest: Update to 4.3.1
Summary: devel/py-pytest: Update to 4.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL: https://github.com/pytest-dev/pytest/...
Keywords:
Depends on: 235338
Blocks: 228575
  Show dependency treegraph
 
Reported: 2019-01-31 01:32 UTC by John W. O'Brien
Modified: 2019-03-26 12:57 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback+


Attachments
devel/py-pytest: Update to 4.2.0 (2.02 KB, text/plain)
2019-01-31 01:32 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.