Bug 199774 - [NEW PORT] devel/py-pytest-cache: Pytest plugin with mechanisms for caching across test runs
Summary: [NEW PORT] devel/py-pytest-cache: Pytest plugin with mechanisms for caching a...
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: Fukang Chen
URL:
Keywords: needs-patch, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-04-29 07:52 UTC by Fukang Chen
Modified: 2015-07-05 17:25 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback? (loader)


Attachments
py-pytest-cache.shar (1.66 KB, text/plain)
2015-04-29 07:52 UTC, Fukang Chen
no flags Details
py27-pytest-cache-1.0.log (14.65 KB, text/plain)
2015-07-05 09:40 UTC, Fukang Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fukang Chen freebsd_committer freebsd_triage 2015-04-29 07:52:15 UTC
Created attachment 156087 [details]
py-pytest-cache.shar

pytest plugin with mechanisms for caching across test runs.

WWW: https://pypi.python.org/pypi/pytest-cache
Comment 1 Fukang Chen freebsd_committer freebsd_triage 2015-07-05 09:40:07 UTC
Created attachment 158370 [details]
py27-pytest-cache-1.0.log
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-05 11:28:24 UTC
A couple of things:

upstream setup.py (master) refers to execnet > 1.2, whereas the code as tagged in 1.0 refers to 1.1.dev1 (i dont know if this is pre-1.1, or post-1.1). Either way it's worth checking, since our execnet port is 1.2

There is a test_cache.py file that contains unit tests

For pkg-descr WWW: URL, setup.py refers to http://bitbucket.org/hpk42/pytest-cache/

Otherwise it looks good.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-05 11:31:06 UTC
Also missing devel/Makefile entry
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-07-05 17:18:00 UTC
A commit references this bug:

Author: loader
Date: Sun Jul  5 17:17:13 UTC 2015
New revision: 391367
URL: https://svnweb.freebsd.org/changeset/ports/391367

Log:
  [NEW] devel/py-pytest-cache: Pytest plugin with mechanisms for
  caching across test runs

  pytest plugin with mechanisms for caching across test runs.

  WWW: https://bitbucket.org/hpk42/pytest-cache/

  PR: 199774
  Approved by: koobs
  Differential Revision: https://reviews.freebsd.org/D2996

Changes:
  head/devel/Makefile
  head/devel/py-pytest-cache/
  head/devel/py-pytest-cache/Makefile
  head/devel/py-pytest-cache/distinfo
  head/devel/py-pytest-cache/pkg-descr
Comment 5 Fukang Chen freebsd_committer freebsd_triage 2015-07-05 17:25:03 UTC
Thanks so much for your help koobs@.