Hello community,

here is the log from the commit of package python-tox for openSUSE:Factory 
checked in at 2016-04-08 09:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tox (Old)
 and      /work/SRC/openSUSE:Factory/.python-tox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes    2016-02-11 
12:37:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-tox.new/python-tox.changes       
2016-04-08 09:39:44.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  6 19:49:22 UTC 2016 - h...@urpla.net
+
+- remove failing test: test_force_dep_with_url; requires network
+  update tox-disable-env-tests.patch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tox-disable-env-tests.patch ++++++
--- /var/tmp/diff_new_pack.Avyana/_old  2016-04-08 09:39:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Avyana/_new  2016-04-08 09:39:44.000000000 +0200
@@ -1,8 +1,35 @@
-Index: tox-2.3.1/tests/test_config.py
+Index: b/tests/test_config.py
 ===================================================================
---- tox-2.3.1.orig/tests/test_config.py
-+++ tox-2.3.1/tests/test_config.py
-@@ -1784,84 +1784,6 @@ class TestParseEnv:
+--- a/tests/test_config.py
++++ b/tests/test_config.py
+@@ -88,26 +88,6 @@ class TestVenvConfig:
+             'dep1==1.5', 'dep2==2.1', 'dep3==3.0', 'dep4==4.0',
+         ]
+ 
+-    def test_force_dep_with_url(self, initproj):
+-        initproj("example123-0.5", filedefs={
+-            'tox.ini': '''
+-            [tox]
+-
+-            [testenv]
+-            deps=
+-                dep1==1.0
+-                https://pypi.python.org/xyz/pkg1.tar.gz
+-            '''
+-        })
+-        config = parseconfig(
+-            ['--force-dep=dep1==1.5'])
+-        assert config.option.force_dep == [
+-            'dep1==1.5'
+-        ]
+-        assert [str(x) for x in config.envconfigs['python'].deps] == [
+-            'dep1==1.5', 'https://pypi.python.org/xyz/pkg1.tar.gz'
+-        ]
+-
+     def test_is_same_dep(self):
+         """
+         Ensure correct parseini._is_same_dep is working with a few samples.
+@@ -1784,84 +1764,6 @@ class TestParseEnv:
          assert config.envconfigs['hello'].recreate
  
  
@@ -87,10 +114,10 @@
  @pytest.mark.parametrize("cmdline,envlist", [
      ("-e py26", ['py26']),
      ("-e py26,py33", ['py26', 'py33']),
-Index: tox-2.3.1/tests/test_z_cmdline.py
+Index: b/tests/test_z_cmdline.py
 ===================================================================
---- tox-2.3.1.orig/tests/test_z_cmdline.py
-+++ tox-2.3.1/tests/test_z_cmdline.py
+--- a/tests/test_z_cmdline.py
++++ b/tests/test_z_cmdline.py
 @@ -1,760 +0,0 @@
 -import tox
 -import py


Reply via email to