Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest/files: pytest-2.3.4-unicode.patch
Date: Tue, 26 Feb 2013 06:33:16
Message-Id: 20130226063312.E6F082171D@flycatcher.gentoo.org
1 idella4 13/02/26 06:33:12
2
3 Modified: pytest-2.3.4-unicode.patch
4 Log:
5 unicode.patch adjusted consequent to upstream's partial update to tox.ini, IUSE test added, fixes Bug #458418
6
7 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/pytest/files/pytest-2.3.4-unicode.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/files/pytest-2.3.4-unicode.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/files/pytest-2.3.4-unicode.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/files/pytest-2.3.4-unicode.patch?r1=1.1&r2=1.2
15
16 Index: pytest-2.3.4-unicode.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/files/pytest-2.3.4-unicode.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pytest-2.3.4-unicode.patch 13 Feb 2013 13:09:53 -0000 1.1
23 +++ pytest-2.3.4-unicode.patch 26 Feb 2013 06:33:12 -0000 1.2
24 @@ -32,20 +32,3 @@
25
26
27 def test_addcall_and_parametrize(self):
28 -diff -ur pytest-2.3.4.orig/tox.ini pytest-2.3.4/tox.ini
29 ---- tox.ini 2012-11-20 14:07:28.000000000 +0800
30 -+++ tox.ini 2013-02-14 10:04:26.066826443 +0800
31 -@@ -50,6 +50,13 @@
32 - commands=py.test --doctest-modules _pytest
33 - deps=
34 -
35 -++[testenv:py32]
36 -+deps=
37 -+ :pypi:nose
38 -+
39 -+[testenv:py33]
40 -+deps=
41 -+ :pypi:nose
42 -
43 - [testenv:doc]
44 - basepython=python