14
0
forked from pool/python-tox

Accepting request 305107 from home:benoit_monin:branches:devel:languages:python

- update to version 1.9.2
- update project URL
- refresh tox-disable-env-tests.patch

OBS-URL: https://build.opensuse.org/request/show/305107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=21
This commit is contained in:
Denisart Benjamin
2015-05-03 10:23:44 +00:00
committed by Git OBS Bridge
parent 9e58e5f170
commit 73e9d53eb9
5 changed files with 67 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
diff -ruN a/tests/test_config.py b/tests/test_config.py
--- a/tests/test_config.py 2014-03-28 15:18:52.000000000 +0100
+++ b/tests/test_config.py 2014-07-03 13:05:36.488106890 +0200
@@ -1101,83 +1101,6 @@
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1346,83 +1346,6 @@ class TestParseEnv:
config = newconfig([], inisource)
assert config.envconfigs['hello'].recreate
@@ -85,9 +84,8 @@ diff -ruN a/tests/test_config.py b/tests/test_config.py
class TestArgumentParser:
def test_dash_e_single_1(self):
diff -ruN a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
--- a/tests/test_z_cmdline.py 2014-07-15 09:22:26.000000000 +0200
+++ b/tests/test_z_cmdline.py 2014-08-19 12:03:19.023707261 +0200
--- a/tests/test_z_cmdline.py
+++ b/tests/test_z_cmdline.py
@@ -1,685 +0,0 @@
-import tox
-import py
@@ -291,7 +289,7 @@ diff -ruN a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
- })
- result = cmd.run("tox")
- result.stdout.fnmatch_lines([
- "ERROR: invocation failed, args: ['*/tox.ini*",
- "ERROR: invocation failed (errno *), args: ['*/tox.ini*",
- ])
- assert result.ret
-
@@ -689,7 +687,7 @@ diff -ruN a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
-
-def test_separate_sdist_no_sdistfile(cmd, initproj):
- distshare = cmd.tmpdir.join("distshare")
- initproj("pkg123-0.7", filedefs={
- initproj(("pkg123-foo", "0.7"), filedefs={
- 'tox.ini': """
- [tox]
- distshare=%s
@@ -700,7 +698,7 @@ diff -ruN a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
- l = distshare.listdir()
- assert len(l) == 1
- sdistfile = l[0]
- assert 'pkg123-0.7.zip' in str(sdistfile)
- assert 'pkg123-foo-0.7.zip' in str(sdistfile)
-
-def test_separate_sdist(cmd, initproj):
- distshare = cmd.tmpdir.join("distshare")