Index: devel/py-py/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-py/Makefile,v
retrieving revision 1.31
diff -u -p -u -r1.31 Makefile
--- devel/py-py/Makefile 28 Apr 2018 10:41:04 -0000 1.31
+++ devel/py-py/Makefile 18 Jul 2018 18:43:53 -0000
@@ -1,23 +1,27 @@
# $OpenBSD: Makefile,v 1.31 2018/04/28 10:41:04 pvk Exp $
-COMMENT= cross-python path, ini-parsing, io, code, log facilities
+COMMENT = cross-python path, ini-parsing, io, code, log facilities
-MODPY_EGG_VERSION = 1.5.3
-DISTNAME= py-${MODPY_EGG_VERSION}
-PKGNAME= py-${DISTNAME}
+MODPY_EGG_VERSION = 1.5.4
+DISTNAME = py-${MODPY_EGG_VERSION}
+PKGNAME = py-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES = devel
+
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
-PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_CDROM = Yes
-MODULES= lang/python
+MODULES = lang/python
MODPY_PI = Yes
-MODPY_SETUPTOOLS= Yes
+MODPY_SETUPTOOLS = Yes
+
+FLAVORS = python3
+FLAVOR ?=
-FLAVORS= python3
-FLAVOR?=
+BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}
TEST_DEPENDS += devel/py-test${MODPY_FLAVOR}
Index: devel/py-py/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-py/distinfo,v
retrieving revision 1.10
diff -u -p -u -r1.10 distinfo
--- devel/py-py/distinfo 28 Apr 2018 10:41:04 -0000 1.10
+++ devel/py-py/distinfo 18 Jul 2018 18:43:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-1.5.3.tar.gz) = Kcn6tJXXUo6Auh40O5WGhPSs5ocyfm94mpS/PRkV+IE=
-SIZE (py-1.5.3.tar.gz) = 202335
+SHA256 (py-1.5.4.tar.gz) = P9Wa90NYZOGiQ3kNMi12OSVDEhO2uFKcbKcQgazju/c=
+SIZE (py-1.5.4.tar.gz) = 201448
Index: devel/py-py/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-py/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -u -r1.11 PLIST
--- devel/py-py/pkg/PLIST 28 Apr 2018 10:41:04 -0000 1.11
+++ devel/py-py/pkg/PLIST 18 Jul 2018 18:43:53 -0000
@@ -14,6 +14,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}_builtin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}_error.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}_std.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}_xmlgen.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/_builtin.py
@@ -85,5 +86,6 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/py/_vendored_packages/${MODPY_PYCACHE}iniconfig.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/py/_vendored_packages/apipkg.py
lib/python${MODPY_VERSION}/site-packages/py/_vendored_packages/iniconfig.py
+lib/python${MODPY_VERSION}/site-packages/py/_version.py
lib/python${MODPY_VERSION}/site-packages/py/_xmlgen.py
lib/python${MODPY_VERSION}/site-packages/py/test.py
Index: devel/py-hypothesis/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-hypothesis/Makefile,v
retrieving revision 1.16
diff -u -p -u -r1.16 Makefile
--- devel/py-hypothesis/Makefile 28 Apr 2018 10:42:30 -0000 1.16
+++ devel/py-hypothesis/Makefile 30 Jul 2018 23:16:43 -0000
@@ -2,14 +2,14 @@
COMMENT = library for property based testing
-MODPY_EGG_VERSION = 3.55.1
+MODPY_EGG_VERSION = 3.66.14
DISTNAME = hypothesis-${MODPY_EGG_VERSION}
PKGNAME = py-hypothesis-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = http://hypothesis.works/
-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MPL 2.0
PERMIT_PACKAGE_CDROM = Yes
@@ -22,8 +22,8 @@ MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
-RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR} \
- devel/py-coverage${MODPY_FLAVOR}
+RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR}>16.0.0 \
+ devel/py-coverage${MODPY_FLAVOR}>=4.0
NO_TEST = Yes
Index: devel/py-hypothesis/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-hypothesis/distinfo,v
retrieving revision 1.15
diff -u -p -u -r1.15 distinfo
--- devel/py-hypothesis/distinfo 28 Apr 2018 10:42:30 -0000 1.15
+++ devel/py-hypothesis/distinfo 30 Jul 2018 23:16:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (hypothesis-3.55.1.tar.gz) = xn+HJE69iRRIOSSGFZynTybQMy6Pqpnwt3Kp7v31y0k=
-SIZE (hypothesis-3.55.1.tar.gz) = 153479
+SHA256 (hypothesis-3.66.14.tar.gz) = ghDcFGDyMzMArJhfi+CaiThJydAs/mygCIHVcAeFcbk=
+SIZE (hypothesis-3.66.14.tar.gz) = 165928
Index: devel/py-hypothesis/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-hypothesis/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -r1.5 PLIST
--- devel/py-hypothesis/pkg/PLIST 28 Apr 2018 10:42:30 -0000 1.5
+++ devel/py-hypothesis/pkg/PLIST 30 Jul 2018 23:16:43 -0000
@@ -37,11 +37,13 @@ lib/python${MODPY_VERSION}/site-packages
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}datetime.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}dateutil.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}fakefactory.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}numpy.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}pytestplugin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/${MODPY_PYCACHE}pytz.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/datetime.py
+lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/dateutil.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/django/
lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/django/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/hypothesis/extra/django/${MODPY_PYCACHE}/
@@ -68,6 +70,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}coverage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}detection.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}entropy.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}escalation.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}floats.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/${MODPY_PYCACHE}healthcheck.${MODPY_PYC_MAGIC_TAG}pyc
@@ -96,6 +99,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/conjecture/utils.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/coverage.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/detection.py
+lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/entropy.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/escalation.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/floats.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/healthcheck.py
@@ -105,11 +109,13 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/renaming.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/internal/validation.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/provisional.py
+lib/python${MODPY_VERSION}/site-packages/hypothesis/py.typed
lib/python${MODPY_VERSION}/site-packages/hypothesis/reporting.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}attrs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}collections.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}datetime.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}deferred.${MODPY_PYC_MAGIC_TAG}pyc
@@ -124,6 +130,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}streams.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}strings.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/${MODPY_PYCACHE}types.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/attrs.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/collections.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/datetime.py
lib/python${MODPY_VERSION}/site-packages/hypothesis/searchstrategy/deferred.py
Index: devel/py-pluggy/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- devel/py-pluggy/Makefile 28 Apr 2018 10:46:35 -0000 1.4
+++ devel/py-pluggy/Makefile 30 Jul 2018 23:16:44 -0000
@@ -2,12 +2,12 @@
COMMENT = plugin and hook calling mechanisms for Python
-MODPY_EGG_VERSION = 0.6.0
+MODPY_EGG_VERSION = 0.7.1
DISTNAME = pluggy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
@@ -16,6 +16,8 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
+
+BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR}
Index: devel/py-pluggy/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- devel/py-pluggy/distinfo 28 Apr 2018 10:46:35 -0000 1.3
+++ devel/py-pluggy/distinfo 30 Jul 2018 23:16:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (pluggy-0.6.0.tar.gz) = f4rn9b33VnGnGNLa8KZLeIX3RRC82YsaC7Qg65qdDP8=
-SIZE (pluggy-0.6.0.tar.gz) = 19678
+SHA256 (pluggy-0.7.1.tar.gz) = leuDZKRwg5K66JA19FNBhxKGozP3ScMUHCBXPSs4duE=
+SIZE (pluggy-0.7.1.tar.gz) = 47784
Index: devel/py-pluggy/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -r1.3 PLIST
--- devel/py-pluggy/pkg/PLIST 28 Apr 2018 10:46:35 -0000 1.3
+++ devel/py-pluggy/pkg/PLIST 30 Jul 2018 23:16:44 -0000
@@ -8,5 +8,13 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/pluggy/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}_tracing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}callers.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}hooks.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}manager.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pluggy/_tracing.py
+lib/python${MODPY_VERSION}/site-packages/pluggy/_version.py
lib/python${MODPY_VERSION}/site-packages/pluggy/callers.py
+lib/python${MODPY_VERSION}/site-packages/pluggy/hooks.py
+lib/python${MODPY_VERSION}/site-packages/pluggy/manager.py
Index: devel/py-test/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- devel/py-test/Makefile 28 Apr 2018 10:47:05 -0000 1.30
+++ devel/py-test/Makefile 30 Jul 2018 23:16:44 -0000
@@ -1,48 +1,60 @@
# $OpenBSD: Makefile,v 1.30 2018/04/28 10:47:05 pvk Exp $
-COMMENT= cross-project testing tool for Python
+COMMENT = cross-project testing tool for Python
-MODPY_EGG_VERSION= 3.5.0
-DISTNAME= pytest-${MODPY_EGG_VERSION}
-PKGNAME= py-test-${MODPY_EGG_VERSION}
+MODPY_EGG_VERSION = 3.6.4
+DISTNAME = pytest-${MODPY_EGG_VERSION}
+PKGNAME = py-test-${MODPY_EGG_VERSION}
-CATEGORIES= devel
+CATEGORIES = devel
-HOMEPAGE= http://pytest.org/latest/
+HOMEPAGE = http://pytest.org/latest/
-MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
-PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_CDROM = Yes
-MODULES= lang/python
+MODULES = lang/python
MODPY_PI = Yes
-MODPY_SETUPTOOLS= Yes
+MODPY_SETUPTOOLS = Yes
-FLAVORS= python3
-FLAVOR?=
+FLAVORS = python3
+FLAVOR ?=
-BUILD_DEPENDS= devel/py-setuptools_scm${MODPY_FLAVOR}
+BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}
-RUN_DEPENDS= devel/py-attrs${MODPY_FLAVOR}>=17.4.0 \
- devel/py-more-itertools${MODPY_FLAVOR} \
- devel/py-pluggy${MODPY_FLAVOR}>=0.6 \
+RUN_DEPENDS += devel/py-attrs${MODPY_FLAVOR}>=17.4.0 \
+ devel/py-more-itertools${MODPY_FLAVOR}>=4.0.0 \
+ devel/py-pluggy${MODPY_FLAVOR}>=0.5,<0.8 \
devel/py-py${MODPY_FLAVOR}>=1.5.0 \
devel/py-setuptools${MODPY_FLAVOR} \
- devel/py-six${MODPY_FLAVOR}>=1.10.0
+ devel/py-six${MODPY_FLAVOR}>=1.10.0 \
+ devel/py-atomicwrites${MODPY_FLAVOR}>=1.0
.if !${FLAVOR:Mpython3}
RUN_DEPENDS += devel/py-funcsigs
.endif
-TEST_DEPENDS= ${RUN_DEPENDS} \
- devel/py-hypothesis${MODPY_FLAVOR} \
+TEST_DEPENDS += ${RUN_DEPENDS} \
+ devel/py-decorator${MODPY_FLAVOR} \
+ devel/py-hypothesis${MODPY_FLAVOR}>=3.56 \
devel/py-mock${MODPY_FLAVOR} \
devel/py-nose${MODPY_FLAVOR} \
+ devel/py-pexpect${MODPY_FLAVOR} \
+ math/py-numpy${MODPY_FLAVOR} \
shells/bash \
- www/py-requests${MODPY_FLAVOR}
+ www/py-jinja2${MODPY_FLAVOR} \
+ www/py-requests${MODPY_FLAVOR} \
+ devel/py-test-xdist${MODPY_FLAVOR} \
+ devel/py-test${MODPY_FLAVOR}
post-install:
mv ${PREFIX}/bin/py.test{,${MODPY_BIN_SUFFIX}}
+
+do-test:
+ cd ${WRKSRC} && ${MODPY_BIN} -m pytest\
+ -k 'not test_pdb and not test_terminal'
+
.include <bsd.port.mk>
Index: devel/py-test/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test/distinfo,v
retrieving revision 1.17
diff -u -p -u -r1.17 distinfo
--- devel/py-test/distinfo 28 Apr 2018 10:47:05 -0000 1.17
+++ devel/py-test/distinfo 30 Jul 2018 23:16:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-3.5.0.tar.gz) = +uSR0YdPGZU3/VhyteHw50oAm5ed+dU9FVP9A9oXA+E=
-SIZE (pytest-3.5.0.tar.gz) = 830816
+SHA256 (pytest-3.6.4.tar.gz) = NB7BA2G2SiSsyuw8e6X31e4cpM6+ow92+tPdEtufBUE=
+SIZE (pytest-3.6.4.tar.gz) = 832791
Index: devel/py-test/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-test/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -r1.9 PLIST
--- devel/py-test/pkg/PLIST 28 Apr 2018 10:47:05 -0000 1.9
+++ devel/py-test/pkg/PLIST 30 Jul 2018 23:16:44 -0000
@@ -11,7 +11,6 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}cacheprovider.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}capture.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}config.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}debugging.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}deprecated.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/_pytest/${MODPY_PYCACHE}doctest.${MODPY_PYC_MAGIC_TAG}pyc
@@ -65,7 +64,16 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/_pytest/cacheprovider.py
lib/python${MODPY_VERSION}/site-packages/_pytest/capture.py
lib/python${MODPY_VERSION}/site-packages/_pytest/compat.py
-lib/python${MODPY_VERSION}/site-packages/_pytest/config.py
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/_pytest/config/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/${MODPY_PYCACHE}argparsing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/${MODPY_PYCACHE}findpaths.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/argparsing.py
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/exceptions.py
+lib/python${MODPY_VERSION}/site-packages/_pytest/config/findpaths.py
lib/python${MODPY_VERSION}/site-packages/_pytest/debugging.py
lib/python${MODPY_VERSION}/site-packages/_pytest/deprecated.py
lib/python${MODPY_VERSION}/site-packages/_pytest/doctest.py
Index: devel/py-test-httpbin/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-httpbin/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- devel/py-test-httpbin/Makefile 3 Jan 2017 19:19:49 -0000 1.3
+++ devel/py-test-httpbin/Makefile 30 Jul 2018 23:16:44 -0000
@@ -2,30 +2,29 @@
COMMENT = test your HTTP library against a local copy of httpbin
-MODPY_EGG_VERSION = 0.2.3
+MODPY_EGG_VERSION = 0.3.0
DISTNAME = pytest-httpbin-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
-REVISION = 0
HOMEPAGE = https://github.com/kevin1024/pytest-httpbin
-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
-RUN_DEPENDS = devel/py-six${MODPY_FLAVOR} \
- devel/py-test${MODPY_FLAVOR} \
- www/py-httpbin${MODPY_FLAVOR}
-
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
+
+RUN_DEPENDS = devel/py-six${MODPY_FLAVOR} \
+ devel/py-test${MODPY_FLAVOR} \
+ www/py-httpbin${MODPY_FLAVOR}
NO_TEST = Yes
Index: devel/py-test-httpbin/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-httpbin/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- devel/py-test-httpbin/distinfo 13 Mar 2016 07:59:04 -0000 1.2
+++ devel/py-test-httpbin/distinfo 30 Jul 2018 23:16:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-httpbin-0.2.3.tar.gz) = xbaY36R0/8nK68s140NGt1PrImrqXC4baf7+288WG/g=
-SIZE (pytest-httpbin-0.2.3.tar.gz) = 9498
+SHA256 (pytest-httpbin-0.3.0.tar.gz) = jNV+J0GKfX0gX8yYAu6iRu0GFw4wZav6dsbZtAVTWSw=
+SIZE (pytest-httpbin-0.3.0.tar.gz) = 9565
Index: devel/py-test-localserver/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-localserver/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- devel/py-test-localserver/Makefile 16 Oct 2017 21:05:44 -0000 1.1.1.1
+++ devel/py-test-localserver/Makefile 30 Jul 2018 23:16:44 -0000
@@ -2,7 +2,7 @@
COMMENT = py.test plugin to test server connections locally
-MODPY_EGG_VERSION = 0.3.7
+MODPY_EGG_VERSION = 0.4.1
DISTNAME = pytest-localserver-${MODPY_EGG_VERSION}
PKGNAME = py-test-localserver-${MODPY_EGG_VERSION}
@@ -15,10 +15,10 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS= Yes
-RUN_DEPENDS = devel/py-test${MODPY_FLAVOR} \
- www/py-werkzeug${MODPY_FLAVOR}
+RUN_DEPENDS += devel/py-test${MODPY_FLAVOR} \
+ www/py-werkzeug${MODPY_FLAVOR}>=0.10
-TEST_DEPENDS = devel/py-six${MODPY_FLAVOR} \
+TEST_DEPENDS += devel/py-six${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR} \
${RUN_DEPENDS}
Index: devel/py-test-localserver/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-localserver/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- devel/py-test-localserver/distinfo 16 Oct 2017 21:05:44 -0000 1.1.1.1
+++ devel/py-test-localserver/distinfo 30 Jul 2018 23:16:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-localserver-0.3.7.tar.gz) = 2CjXkjJFbQtOuGPp3iyFaZJZ9DajGF450NUAG4yFIbA=
-SIZE (pytest-localserver-0.3.7.tar.gz) = 19772
+SHA256 (pytest-localserver-0.4.1.tar.gz) = pyr2Ch7I9zZop4hMhrrx++SDlFc8tPo2cJiHIXc2wCE=
+SIZE (pytest-localserver-0.4.1.tar.gz) = 19901
Index: devel/py-test-mock/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-mock/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- devel/py-test-mock/Makefile 22 Apr 2017 18:02:15 -0000 1.8
+++ devel/py-test-mock/Makefile 30 Jul 2018 23:16:44 -0000
@@ -2,30 +2,30 @@
COMMENT = thin-wrapper around mock package for easier use with pytest
-MODPY_EGG_VERSION = 1.6.0
+MODPY_EGG_VERSION = 1.10.0
DISTNAME = pytest-mock-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
HOMEPAGE = https://github.com/pytest-dev/pytest-mock/
-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
-BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
-RUN_DEPENDS = devel/py-test${MODPY_FLAVOR}
-TEST_DEPENDS = ${RUN_DEPENDS} \
- ${BASE_PKGPATH}
-
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
+
+BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}
+RUN_DEPENDS += devel/py-test${MODPY_FLAVOR}
+TEST_DEPENDS += devel/py-test-mock${MODPY_FLAVOR}
+
.if !${FLAVOR:Mpython3}
RUN_DEPENDS += devel/py-mock
Index: devel/py-test-mock/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-mock/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- devel/py-test-mock/distinfo 22 Apr 2017 18:02:15 -0000 1.6
+++ devel/py-test-mock/distinfo 30 Jul 2018 23:16:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-mock-1.6.0.tar.gz) = g6F8vNTbx8bJ3IhaDVmPms0R8tUULgcY7TLhRThnDB8=
-SIZE (pytest-mock-1.6.0.tar.gz) = 17780
+SHA256 (pytest-mock-1.10.0.tar.gz) = 2JqCCdciuDB7XjUUloMNXMXhkjNgA6SFRDrpret91MA=
+SIZE (pytest-mock-1.10.0.tar.gz) = 20754
Index: devel/py-test-runner/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-runner/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- devel/py-test-runner/Makefile 11 Feb 2017 16:51:14 -0000 1.8
+++ devel/py-test-runner/Makefile 30 Jul 2018 23:16:45 -0000
@@ -2,27 +2,31 @@
COMMENT = invoke py.test as distutils command
-MODPY_EGG_VERSION = 2.11.1
+MODPY_EGG_VERSION = 4.2
DISTNAME = pytest-runner-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
-BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
-RUN_DEPENDS = devel/py-test${MODPY_FLAVOR}
-
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
-NO_TEST = Yes
+BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0
+RUN_DEPENDS += devel/py-setuptools${MODPY_FLAVOR} \
+ devel/py-test${MODPY_FLAVOR}
+
+TEST_DEPENDS += devel/py-test-runner${MODPY_FLAVOR}
+
+do-test:
+ cd ${WRKSRC} && ${MODPY_BIN} -m pytest
.include <bsd.port.mk>
Index: devel/py-test-runner/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-runner/distinfo,v
retrieving revision 1.7
diff -u -p -u -r1.7 distinfo
--- devel/py-test-runner/distinfo 11 Feb 2017 16:51:14 -0000 1.7
+++ devel/py-test-runner/distinfo 30 Jul 2018 23:16:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-runner-2.11.1.tar.gz) = mDox6rReN1JA4lAWGlVhY7yNJQ7aupeWCQkzjCc6ibM=
-SIZE (pytest-runner-2.11.1.tar.gz) = 9661
+SHA256 (pytest-runner-4.2.tar.gz) = 0j8Re+OZGfAN2Rv/608V4DHseXUBtxeiReN3ruD1d74=
+SIZE (pytest-runner-4.2.tar.gz) = 11947
Index: devel/py-test-runner/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-test-runner/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- devel/py-test-runner/pkg/PLIST 9 Apr 2016 17:44:26 -0000 1.2
+++ devel/py-test-runner/pkg/PLIST 30 Jul 2018 23:16:45 -0000
@@ -7,4 +7,5 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/pytest_runner-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/pytest_runner-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/pytest_runner-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/namespace_packages.txt
+lib/python${MODPY_VERSION}/site-packages/pytest_runner-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/pytest_runner-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
Index: devel/py-test-xdist/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-xdist/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- devel/py-test-xdist/Makefile 12 Jun 2017 10:57:57 -0000 1.4
+++ devel/py-test-xdist/Makefile 30 Jul 2018 23:16:45 -0000
@@ -2,28 +2,33 @@
COMMENT = py.test xdist plugin for distributed testing
+MODPY_EGG_VERSION = 1.22.5
+
DISTNAME = pytest-xdist-${MODPY_EGG_VERSION}
-MODPY_EGG_VERSION = 1.16.0
-MODPY_PI = Yes
PKGNAME = py-test-xdist-${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES = devel
-HOMEPAGE = https://github.com/pytest-dev/pytest-xdist
+HOMEPAGE = https://github.com/pytest-dev/pytest-xdist
+
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
+MODULES = lang/python
+
+MODPY_SETUPTOOLS = Yes
+MODPY_PI = Yes
+
FLAVORS = python3
FLAVOR ?=
-MODULES = lang/python
-MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS += devel/py-setuptools_scm${MODPY_FLAVOR}
-RUN_DEPENDS = devel/py-execnet${MODPY_FLAVOR} \
- devel/py-test${MODPY_FLAVOR} \
- devel/py-apipkg${MODPY_FLAVOR}
+RUN_DEPENDS = devel/py-execnet${MODPY_FLAVOR}>=1.1 \
+ devel/py-test${MODPY_FLAVOR}>=3.0.0 \
+ devel/py-test-forked${MODPY_FLAVOR} \
+ devel/py-six${MODPY_FLAVOR}
TEST_DEPENDS = ${RUN_DEPENDS} \
${FULLPKGNAME}:${FULLPKGPATH}
Index: devel/py-test-xdist/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-xdist/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- devel/py-test-xdist/distinfo 29 Apr 2017 21:22:44 -0000 1.2
+++ devel/py-test-xdist/distinfo 30 Jul 2018 23:16:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-xdist-1.16.0.tar.gz) = QuWh5dqdfP8+dLB/hpJZg4L5ViTyNP9+AKOxI34P66I=
-SIZE (pytest-xdist-1.16.0.tar.gz) = 88393
+SHA256 (pytest-xdist-1.22.5.tar.gz) = MwjE9iIWcEMtAeCzk7Mz13wf2AVTLh1kRQ6BQIVetRs=
+SIZE (pytest-xdist-1.22.5.tar.gz) = 58737
Index: devel/py-test-xdist/patches/patch-testing_acceptance_test_py
===================================================================
RCS file: /cvs/ports/devel/py-test-xdist/patches/patch-testing_acceptance_test_py,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-testing_acceptance_test_py
--- devel/py-test-xdist/patches/patch-testing_acceptance_test_py 1 Sep 2016 12:56:17 -0000 1.1.1.1
+++ devel/py-test-xdist/patches/patch-testing_acceptance_test_py 30 Jul 2018 23:16:45 -0000
@@ -1,16 +1,16 @@
-$OpenBSD: patch-testing_acceptance_test_py,v 1.1.1.1 2016/09/01 12:56:17 edd Exp $
+$OpenBSD$
-This test is fine, just it doesn't wait long enough.
-
---- testing/acceptance_test.py.orig Wed Aug 31 16:03:03 2016
-+++ testing/acceptance_test.py Wed Aug 31 16:12:47 2016
-@@ -240,12 +240,12 @@ class TestDistribution:
- testdir.makepyfile("""
+Index: testing/acceptance_test.py
+--- testing/acceptance_test.py.orig
++++ testing/acceptance_test.py
+@@ -293,13 +293,13 @@ class TestDistribution:
+ """
def test_sleep():
import time
- time.sleep(10)
+ time.sleep(30)
- """)
+ """
+ )
child = testdir.spawn_pytest("-n1 -v")
child.expect(".*test_sleep.*")
child.kill(2) # keyboard interrupt
Index: devel/py-test-xdist/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-test-xdist/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- devel/py-test-xdist/pkg/PLIST 1 Sep 2016 12:56:17 -0000 1.1.1.1
+++ devel/py-test-xdist/pkg/PLIST 30 Jul 2018 23:16:45 -0000
@@ -12,18 +12,30 @@ lib/python${MODPY_VERSION}/site-packages
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}boxed.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}dsession.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}looponfail.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}newhooks.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}remote.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}slavemanage.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}report.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/${MODPY_PYCACHE}workermanage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/xdist/_version.py
-lib/python${MODPY_VERSION}/site-packages/xdist/boxed.py
lib/python${MODPY_VERSION}/site-packages/xdist/dsession.py
lib/python${MODPY_VERSION}/site-packages/xdist/looponfail.py
lib/python${MODPY_VERSION}/site-packages/xdist/newhooks.py
lib/python${MODPY_VERSION}/site-packages/xdist/plugin.py
lib/python${MODPY_VERSION}/site-packages/xdist/remote.py
-lib/python${MODPY_VERSION}/site-packages/xdist/slavemanage.py
+lib/python${MODPY_VERSION}/site-packages/xdist/report.py
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}each.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}filescope.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}load.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/${MODPY_PYCACHE}loadscope.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/each.py
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/filescope.py
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/load.py
+lib/python${MODPY_VERSION}/site-packages/xdist/scheduler/loadscope.py
+lib/python${MODPY_VERSION}/site-packages/xdist/workermanage.py
Updating the update.
All the following changes were tested again, this time against
databases/py-sqlalchemy,python3
1 failed, 7809 passed, 888 skipped
The same result as the current, version, the previous update and the
current update.
(The test uses py-test-xdist, and is very complete)
added also
devel/py-pluggy
Update from 0.6.0 to 0.7.1
https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst
Not a single function removed, only deprecated. (the only real
consumer is devel/py-test).
2018-07-26 15:13 GMT-03:00 Elias M. Mariani <marianielias@gmail.com>:
> Moving the thread just to change the title to something more descriptive.
>
> Hi,
> I have the following list of ports, all share interdependencies
> between them, thats why I think that the best would be to commit the
> hole thing together.
> I'm talking about py-test.
> I have the diff ready to update:
> devel/py-hypothesis
Further update from 3.66.1 to 3.66.14
https://hypothesis.readthedocs.io/en/master/changes.html
Mostly performance upgrades and bugfixes.
> devel/py-py
> devel/py-test
Further update from 3.6.3 to 3.6.4
https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
No potential problem with the changes.
> devel/py-test-httpbin
> devel/py-test-localserver
> devel/py-test-mock
> devel/py-test-runner
> devel/py-test-xdist
Further update from 1.22.2 to 1.22.5
https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst
No potential problem with the changes.
>
> And a tarball with:
> devel/py-test-forked (new dependency of devel/py-test-xdist).
>
> To check for the possibility of this updates affecting other ports I
> checked every port using the current versions vs the updated versions,
> the results are attached.
> The format is:
> FULLPKGPATH
> Result using current version
> Result using new version (if differences exist, none if equals)
>
> The only ones giving a different result are:
> www/py-httpie
> 4 failed, 223 passed, 4 skipped, 13 warnings
> Error: fixture is being applied more than once to the same function
>
> devel/py-doit
> 2 failed, 731 passed, 21 skipped
> Error: fixture is being applied more than once to the same function
>
> According to the pytest changelog:
> "Now when @pytest.fixture is applied more than once to the same
> function a ValueError is raised. This buggy behavior would cause
> surprising problems and if was working for a test suite it was mostly
> by accident."
> https://docs.pytest.org/en/latest/changelog.html#pytest-3-6-0-2018-05-23
>
> So I think that with this we can rest assure that the updates work fine.
> With that I propose to update the versions with the unified diff that
> I attached as well, and the new dependency on py-test-xdist:
> py-test-forked (also attached...).
> Doing the change at once seems to me reasonable given the
> interdependency and also the way in witch I made the tests.
>
> Cheers.
> Elias.
No comments:
Post a Comment