Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/files/, dev-python/pytest-xdist/
Date: Fri, 12 Apr 2019 12:04:40
Message-Id: 1555070666.04d1860e121c070deb05d7d3cfd12ee73a2818c1.vdupras@gentoo
1 commit: 04d1860e121c070deb05d7d3cfd12ee73a2818c1
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 12 12:04:26 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 12 12:04:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d1860e
7
8 dev-python/pytest-xdist: remove old
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/pytest-xdist/Manifest | 3 --
14 ...1.15.0-test_manytests_to_one_import_error.patch | 27 ------------
15 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 49 ----------------------
16 dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 33 ---------------
17 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 40 ------------------
18 5 files changed, 152 deletions(-)
19
20 diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
21 index 25a0e6a9a3c..b0ea341f170 100644
22 --- a/dev-python/pytest-xdist/Manifest
23 +++ b/dev-python/pytest-xdist/Manifest
24 @@ -1,4 +1 @@
25 -DIST pytest-xdist-1.15.0.tar.gz 87799 BLAKE2B 6990137c02f70a4ce466aeb7692cdc66adce09d475ddf31b7997abdeb54e148770fc74ee872e0f86719749705bb28ca7e56181b58f3906326c99d6051bd46fe6 SHA512 6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
26 -DIST pytest-xdist-1.20.1.tar.gz 57076 BLAKE2B efac9a0d96b2d4e28b078a7a88ba8df197fc122683d25577cc596f840977f4c116b8c7df1c397e03a50edc400265bae4a8b3900c22da388d0662a71858d7f4ec SHA512 f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
27 -DIST pytest-xdist-1.22.2.tar.gz 57866 BLAKE2B 356f9dccb7d970e6073dc724233013503939d92072c3fab47626e9ed36778ab73499a990a6f50271ae93b82891a09be811843907c18ae64bf93f76510338c29b SHA512 69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68
28 DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B f2cf73914cf095217fb8b472f5e5f7918435c75f8da1694cc7ceb920ac3a7390d84bea93cca558ba26cf3d14a01815374eab9ea03a137a8a9f5dba2f2d4453a8 SHA512 4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654
29
30 diff --git a/dev-python/pytest-xdist/files/1.15.0-test_manytests_to_one_import_error.patch b/dev-python/pytest-xdist/files/1.15.0-test_manytests_to_one_import_error.patch
31 deleted file mode 100644
32 index 9fb56f419ce..00000000000
33 --- a/dev-python/pytest-xdist/files/1.15.0-test_manytests_to_one_import_error.patch
34 +++ /dev/null
35 @@ -1,27 +0,0 @@
36 -From e5d80645347fc7e67efdceb97df8e95d140b283d Mon Sep 17 00:00:00 2001
37 -From: Bruno Oliveira <nicoddemus@×××××.com>
38 -Date: Mon, 5 Dec 2016 19:59:19 -0200
39 -Subject: [PATCH] Test using pytest 3.0
40 -
41 -Fix #99
42 ----
43 - .travis.yml | 42 ++++++++++++++++++++++--------------------
44 - appveyor.yml | 23 +++++++++++++++++++++++
45 - setup.py | 2 +-
46 - testing/acceptance_test.py | 2 +-
47 - tox.ini | 7 +++----
48 - 5 files changed, 50 insertions(+), 26 deletions(-)
49 -
50 -diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
51 -index 21dfd71..2bb7bb1 100644
52 ---- a/testing/acceptance_test.py
53 -+++ b/testing/acceptance_test.py
54 -@@ -62,7 +62,7 @@ def test_import():
55 - pass
56 - """)
57 - result = testdir.runpytest(p1, '--tx=popen', '--tx=popen')
58 -- assert result.ret == 1
59 -+ assert result.ret in (1, 2)
60 - result.stdout.fnmatch_lines([
61 - "E ImportError: *__import_of_missing_module*",
62 - ])
63
64 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
65 deleted file mode 100644
66 index 3ece3b234d6..00000000000
67 --- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
68 +++ /dev/null
69 @@ -1,49 +0,0 @@
70 -# Copyright 1999-2018 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Distributed testing and loop-on-failing modes"
80 -HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -SLOT="0"
84 -LICENSE="MIT"
85 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
86 -IUSE="test"
87 -
88 -RDEPEND="
89 - >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
90 - >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
91 - >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
92 -"
93 -DEPEND="${RDEPEND}
94 - dev-python/setuptools[${PYTHON_USEDEP}]
95 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
96 - test? (
97 - dev-python/pyflakes[${PYTHON_USEDEP}]
98 - dev-python/readme[${PYTHON_USEDEP}]
99 - )
100 -"
101 -
102 -# Optional test dep:
103 -# dev-python/pexpect[${PYTHON_USEDEP}]
104 -
105 -PATCHES=(
106 - "${FILESDIR}"/1.15.0-test_manytests_to_one_import_error.patch
107 -)
108 -
109 -python_prepare_all() {
110 - # pexpect fail
111 - sed -i -e 's/test_xfail_passes/_&/' testing/test_looponfail.py
112 - distutils-r1_python_prepare_all
113 -}
114 -
115 -python_test() {
116 - distutils_install_for_testing
117 - py.test -vv || die "Tests failed under ${EPYTHON}"
118 -}
119
120 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
121 deleted file mode 100644
122 index acd463adc2b..00000000000
123 --- a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
124 +++ /dev/null
125 @@ -1,33 +0,0 @@
126 -# Copyright 1999-2018 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=6
130 -
131 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
132 -
133 -inherit distutils-r1
134 -
135 -DESCRIPTION="Distributed testing and loop-on-failing modes"
136 -HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist"
137 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
138 -
139 -SLOT="0"
140 -LICENSE="MIT"
141 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd"
142 -IUSE="test"
143 -
144 -RDEPEND="
145 - >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
146 - >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
147 - dev-python/pytest-forked[${PYTHON_USEDEP}]
148 - >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
149 -"
150 -DEPEND="${RDEPEND}
151 - dev-python/setuptools[${PYTHON_USEDEP}]
152 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
153 -"
154 -
155 -python_test() {
156 - distutils_install_for_testing
157 - py.test -vv || die "Tests failed under ${EPYTHON}"
158 -}
159
160 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
161 deleted file mode 100644
162 index 79cf6a2a013..00000000000
163 --- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
164 +++ /dev/null
165 @@ -1,40 +0,0 @@
166 -# Copyright 1999-2019 Gentoo Authors
167 -# Distributed under the terms of the GNU General Public License v2
168 -
169 -EAPI=6
170 -
171 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
172 -
173 -inherit distutils-r1
174 -
175 -DESCRIPTION="Distributed testing and loop-on-failing modes"
176 -HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist"
177 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
178 -
179 -SLOT="0"
180 -LICENSE="MIT"
181 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
182 -IUSE="test"
183 -
184 -RDEPEND="
185 - >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
186 - >=dev-python/pytest-3.4.2[${PYTHON_USEDEP}]
187 - dev-python/pytest-forked[${PYTHON_USEDEP}]
188 - >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
189 -"
190 -DEPEND="${RDEPEND}
191 - dev-python/setuptools[${PYTHON_USEDEP}]
192 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
193 -"
194 -
195 -python_prepare_all() {
196 - # TODO: figure out why it fails
197 - sed -i -e 's:test_keyboard_interrupt_dist:_&:' testing/acceptance_test.py || die
198 -
199 - distutils-r1_python_prepare_all
200 -}
201 -
202 -python_test() {
203 - distutils_install_for_testing
204 - py.test -vv testing || die "Tests failed under ${EPYTHON}"
205 -}