From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C6AB138334 for ; Fri, 26 Jul 2019 01:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E89E0801; Fri, 26 Jul 2019 01:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29E7CE0801 for ; Fri, 26 Jul 2019 01:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86528348B18 for ; Fri, 26 Jul 2019 01:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDC4734 for ; Fri, 26 Jul 2019 01:29:43 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1564104501.752f7623643670de40a66011906b69da6087f1c0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/files/, dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/Manifest dev-python/pytest/files/pytest-5.0.1-test_xfail_rmdir.patch dev-python/pytest/pytest-5.0.1.ebuild X-VCS-Directories: dev-python/pytest/files/ dev-python/pytest/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 752f7623643670de40a66011906b69da6087f1c0 X-VCS-Branch: master Date: Fri, 26 Jul 2019 01:29:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47ec2505-7834-45b6-a670-fb840924821c X-Archives-Hash: 20cd1ca15704924095e9b8cfbdb3cdb5 commit: 752f7623643670de40a66011906b69da6087f1c0 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jul 26 01:12:05 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jul 26 01:28:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752f7623 dev-python/pytest: bump to 5.0.1 had to drop a lot of keywords: alpha amd64-fbsd amd64-linux arm arm64 hppa ia64 mips ppc ppc64 s390 sparc sparc-solaris sparc64-solaris x64-solaris x86-linux x86-solaris testsute passes 2346 passed, 50 skipped, 11 xfailed, 1 warnings Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/pytest/Manifest | 1 + .../files/pytest-5.0.1-test_xfail_rmdir.patch | 38 ++++++++++++ dev-python/pytest/pytest-5.0.1.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 106 insertions(+) diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index 607a625f644..c7e9d0ee56a 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -1,2 +1,3 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f DIST pytest-4.5.0.tar.gz 943607 BLAKE2B 49a0e91fda7f4231fdd39f90eb2daa344d3034c10faff221330ea0ae7482a2a7d0fb9443a0a264db00f1d92568d5a6005cb73e07d8643b46906f7ecff831adcb SHA512 cbffc6216f83491b1de241058315c116697bfaa5206b5f558192a7f861d43dd036d30d0d689bedae7bdee4f0258dd19ef5827c356e11863dd596a5fabe8249fc +DIST pytest-5.0.1.tar.gz 949744 BLAKE2B c949f0fb6bc0d1430ec7c780537f8aee8ca1ebea5f89035d882434236c6af7d431a610774dbafa93552406e38852627a9f949a6f9198a792de9371efadb4f6ff SHA512 92f5feb263a8708ef6cb8f4565688620b6bfeaef23536cfd24b9bc09515e37fdecd7fa8bcaeeb0775c0be1d8e9dcbd9a56e52f97fb13dc98116efc0056f870db diff --git a/dev-python/pytest/files/pytest-5.0.1-test_xfail_rmdir.patch b/dev-python/pytest/files/pytest-5.0.1-test_xfail_rmdir.patch new file mode 100644 index 00000000000..5c6154cd92c --- /dev/null +++ b/dev-python/pytest/files/pytest-5.0.1-test_xfail_rmdir.patch @@ -0,0 +1,38 @@ +From ab39502c98f40c03a2956dcf6c6b9daf5ee41a63 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= +Date: Fri, 26 Jul 2019 02:23:14 +0200 +Subject: [PATCH] In test_xfail_handling, only remove __pycache__ if it exists + +Previously, the test failed when the directory was not present, +which could have been caused for example by invoking the tests +with PYTHONDONTWRITEBYTECODE=1. + +Fixes https://github.com/pytest-dev/pytest/issues/5664 +--- + changelog/5664.trivial.rst | 2 ++ + testing/test_stepwise.py | 3 ++- + 2 files changed, 4 insertions(+), 1 deletion(-) + create mode 100644 changelog/5664.trivial.rst + +diff --git a/changelog/5664.trivial.rst b/changelog/5664.trivial.rst +new file mode 100644 +index 000000000..3928454ef +--- /dev/null ++++ b/changelog/5664.trivial.rst +@@ -0,0 +1,2 @@ ++When invoking pytest's own testsuite with ``PYTHONDONTWRITEBYTECODE=1``, ++the ``test_xfail_handling`` test no longer fails. +diff --git a/testing/test_stepwise.py b/testing/test_stepwise.py +index 591d67b6c..f61425b6b 100644 +--- a/testing/test_stepwise.py ++++ b/testing/test_stepwise.py +@@ -207,7 +207,8 @@ def test_d(): pass + + # because we are writing to the same file, mtime might not be affected enough to + # invalidate the cache, making this next run flaky +- testdir.tmpdir.join("__pycache__").remove() ++ if testdir.tmpdir.join("__pycache__").exists(): ++ testdir.tmpdir.join("__pycache__").remove() + testdir.makepyfile(contents.format(assert_value="0", strict="True")) + result = testdir.runpytest("--sw", "-v") + result.stdout.fnmatch_lines( diff --git a/dev-python/pytest/pytest-5.0.1.ebuild b/dev-python/pytest/pytest-5.0.1.ebuild new file mode 100644 index 00000000000..b124d68a3a4 --- /dev/null +++ b/dev-python/pytest/pytest-5.0.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple powerful testing with Python" +HOMEPAGE="http://pytest.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# When bumping, please check setup.py for the proper py version +PY_VER="1.5.0" + +# pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__ +# support, which only came in py3.6. +RDEPEND=" + >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}] + >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] + dev-python/importlib_metadata[${PYTHON_USEDEP}] + >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_5 ) + >=dev-python/pluggy-0.12[${PYTHON_USEDEP}] + =dev-python/py-${PY_VER}[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] + virtual/python-funcsigs[${PYTHON_USEDEP}]" + +# flake cause a number of tests to fail +DEPEND="${RDEPEND} + test? ( + >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + >=dev-python/setuptools-40[${PYTHON_USEDEP}] + !!dev-python/flaky + )" + +PATCHES=( + "${FILESDIR}/${PN}"-4.5.0-strip-setuptools_scm.patch + "${FILESDIR}/${PN}"-5.0.1-test_xfail_rmdir.patch +) + +python_prepare_all() { + grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency" + + # Something in the ebuild environment causes this to hang/error. + # https://bugs.gentoo.org/598442 + rm testing/test_pdb.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + "${EPYTHON}" "${BUILD_DIR}"/lib/pytest.py -vv --lsof -rfsxX \ + || die "tests failed with ${EPYTHON}" +}