Created attachment 193937 [details] py-oslotest.patch Hello, attached is the patch from svn for the Python package devel/py-oslotest, that provides common fixtures, support for debugging and better support for mocking results. QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK Note: - There's already a newer version at PyPI available but v3.2.0 is the latest supported release for the Queens Release Series. (see also: https://releases.openstack.org/queens/index.html#queens-oslotest) - Before this update can be committed following port must be added/updated first: -> add devel/py-python-subunit (see also PR #228685: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228685) -> add devel/py-testrepository (see also PR #228692: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228692) -> add devel/py-mox3 (see also PR #228680: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228680) -> add textproc/py-openstackdocstheme (see also PR #228681: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228681) -> update devel/py-os-client-config (see also PR #228693: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228693) -> update devel/py-openstacksdk (see also PR #228689: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228689)
Created attachment 194102 [details] py-oslotest-rev2.patch Same patch with keyword "concurrent" removed from USE_PYTHON.
A commit references this bug: Author: miwi Date: Fri Jul 6 17:33:28 UTC 2018 New revision: 474020 URL: https://svnweb.freebsd.org/changeset/ports/474020 Log: The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results. WWW: https://docs.openstack.org/oslotest/ PR: 228697 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Changes: head/devel/Makefile head/devel/py-oslotest/ head/devel/py-oslotest/Makefile head/devel/py-oslotest/distinfo head/devel/py-oslotest/pkg-descr