Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/
Date: Fri, 08 May 2020 19:49:28
Message-Id: 1588967358.0237cb3a15b936ee0b01fc636443f87890829962.prometheanfire@gentoo
1 commit: 0237cb3a15b936ee0b01fc636443f87890829962
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 19:48:48 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 19:49:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0237cb3a
7
8 sys-cluster/swift: fully remove tests
9
10 looks like it was partially removed in the past
11
12 Closes: https://bugs.gentoo.org/721590
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
15
16 sys-cluster/swift/swift-2.23.1-r2.ebuild | 6 ------
17 sys-cluster/swift/swift-2.24.0-r1.ebuild | 6 ------
18 sys-cluster/swift/swift-2.25.0.ebuild | 6 ------
19 sys-cluster/swift/swift-2019.2.9999.ebuild | 6 ------
20 sys-cluster/swift/swift-2020.1.9999.ebuild | 6 ------
21 5 files changed, 30 deletions(-)
22
23 diff --git a/sys-cluster/swift/swift-2.23.1-r2.ebuild b/sys-cluster/swift/swift-2.23.1-r2.ebuild
24 index 0209967c131..119dbe1fc56 100644
25 --- a/sys-cluster/swift/swift-2.23.1-r2.ebuild
26 +++ b/sys-cluster/swift/swift-2.23.1-r2.ebuild
27 @@ -62,12 +62,6 @@ src_prepare() {
28 distutils-r1_python_prepare_all
29 }
30
31 -src_test() {
32 - # https://bugs.launchpad.net/swift/+bug/1249727
33 - find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die
34 - SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
35 -}
36 -
37 python_install_all() {
38 distutils-r1_python_install_all
39 keepdir /etc/swift
40
41 diff --git a/sys-cluster/swift/swift-2.24.0-r1.ebuild b/sys-cluster/swift/swift-2.24.0-r1.ebuild
42 index 0209967c131..119dbe1fc56 100644
43 --- a/sys-cluster/swift/swift-2.24.0-r1.ebuild
44 +++ b/sys-cluster/swift/swift-2.24.0-r1.ebuild
45 @@ -62,12 +62,6 @@ src_prepare() {
46 distutils-r1_python_prepare_all
47 }
48
49 -src_test() {
50 - # https://bugs.launchpad.net/swift/+bug/1249727
51 - find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die
52 - SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
53 -}
54 -
55 python_install_all() {
56 distutils-r1_python_install_all
57 keepdir /etc/swift
58
59 diff --git a/sys-cluster/swift/swift-2.25.0.ebuild b/sys-cluster/swift/swift-2.25.0.ebuild
60 index 94ae1015614..8ac84d6415d 100644
61 --- a/sys-cluster/swift/swift-2.25.0.ebuild
62 +++ b/sys-cluster/swift/swift-2.25.0.ebuild
63 @@ -62,12 +62,6 @@ src_prepare() {
64 distutils-r1_python_prepare_all
65 }
66
67 -src_test() {
68 - # https://bugs.launchpad.net/swift/+bug/1249727
69 - find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die
70 - SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
71 -}
72 -
73 python_install_all() {
74 distutils-r1_python_install_all
75 keepdir /etc/swift
76
77 diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild b/sys-cluster/swift/swift-2019.2.9999.ebuild
78 index afeeb15cce3..21f95ff3c21 100644
79 --- a/sys-cluster/swift/swift-2019.2.9999.ebuild
80 +++ b/sys-cluster/swift/swift-2019.2.9999.ebuild
81 @@ -61,12 +61,6 @@ src_prepare() {
82 distutils-r1_python_prepare_all
83 }
84
85 -src_test() {
86 - # https://bugs.launchpad.net/swift/+bug/1249727
87 - find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die
88 - SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
89 -}
90 -
91 python_install_all() {
92 distutils-r1_python_install_all
93 keepdir /etc/swift
94
95 diff --git a/sys-cluster/swift/swift-2020.1.9999.ebuild b/sys-cluster/swift/swift-2020.1.9999.ebuild
96 index 94ae1015614..8ac84d6415d 100644
97 --- a/sys-cluster/swift/swift-2020.1.9999.ebuild
98 +++ b/sys-cluster/swift/swift-2020.1.9999.ebuild
99 @@ -62,12 +62,6 @@ src_prepare() {
100 distutils-r1_python_prepare_all
101 }
102
103 -src_test() {
104 - # https://bugs.launchpad.net/swift/+bug/1249727
105 - find . \( -name test_wsgi.py -o -name test_locale.py -o -name test_utils.py \) -delete || die
106 - SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
107 -}
108 -
109 python_install_all() {
110 distutils-r1_python_install_all
111 keepdir /etc/swift