Page MenuHomeFreeBSD

devel/py-pytest-mock: Update to 1.10.4
ClosedPublic

Authored by koobs on May 6 2019, 2:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 1:51 AM
Unknown Object (File)
Fri, May 10, 1:51 AM
Unknown Object (File)
Thu, May 9, 10:26 PM
Unknown Object (File)
Thu, May 9, 2:04 PM
Unknown Object (File)
Mar 20 2024, 11:05 AM
Unknown Object (File)
Dec 22 2023, 10:05 PM
Unknown Object (File)
Dec 9 2023, 8:48 AM
Unknown Object (File)
Nov 18 2023, 1:18 AM
Subscribers

Details

Summary

Required (pytest-mock>=1.10.0) for and blocking devel/py-tox update

devel/py-pytest-mock: Update to 1.10.4

  - Conditionalise mock dependency (Python 2.x only)
  - Add upstream patches to fix test failures with mock 3.x
  - Verbosify test target and print skipped messages/reasons
  - Pet portlint: NO_ARCH in USE/USES section

Changelog:

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

Reviewed_by: olgeni
Approved by: olgeni (maintainer)
Differential_Revision: D20167
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 11amd64py{36,27})
  • maketest: OK (3 failed, 44 passed, 1 skipped, 2 xfailed) [1]

    [1] 1.7.1 fails with: 8 failed, 33 passed, 1 skipped, 2 xfailed, 1 warnings 1.10.4 test failures (3) also in 1.7.1

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

devel/py-pytest-mock/Makefile
26–31 ↗(On Diff #57083)
py27_RUN_DEPENDS=        ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
This revision is now accepted and ready to land.May 7 2019, 12:18 PM
This revision was automatically updated to reflect the committed changes.