summaryrefslogtreecommitdiff
path: root/dev-python/tox
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /dev-python/tox
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
Diffstat (limited to 'dev-python/tox')
-rw-r--r--dev-python/tox/Manifest1
-rw-r--r--dev-python/tox/files/tox-3.7.0-skip-broken-tests.patch39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index e34dabf68363..474194aebb17 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,5 +1,4 @@
AUX tox-3.10.0-skip-broken-tests.patch 2725 BLAKE2B 112b5be6c97c27ab531f88c01d4ba13452cf25bc46515bf6c6751951595124d257f85083d9a99c9cc8956370f0390facd07abbe1e9f21c627c531bff639eeef1 SHA512 67e93d9ba10c464f66170342e8bc20f48e57505b72b845effa7e8defb34eaef90ff4b3495847dc7696d5b50359ab032d207ea88dddcf669b3d315bed31e73b29
-AUX tox-3.7.0-skip-broken-tests.patch 1607 BLAKE2B e25c18c9706914a8e7e209a7a9eaaa3407cd339b9d4fdfbfc13d3daf0598034b0f877491caa13fb21c777983e901ef3aa035b491b59aaca14f09c34af576ca55 SHA512 8a8b684ca56612016ef60df0082a71b0d21619600453f5f93f732d7676afa7785350a0d3d088146a5856820fe877ed186660968c54782b6aa14c79ad0ed879fd
AUX tox-3.9.0-strip-setuptools_scm.patch 699 BLAKE2B 15c001c0523420c2ae22013cc6729b34b97f1a25f7cddcde53f752dc11e1329d66522eeebbbda00bce58781c96b622ce4cd22127902b5ddf34b43e5197577792 SHA512 6c23dfa907303a826595cc7ff897212272841b151b574596d401b87bd441d26599c12b36bc08a5659af3e6639c20773c866df7b53c4230bb3eea86986253eb07
DIST tox-2.9.1.tar.gz 1855982 BLAKE2B 3e2f5fd3d3e45e54f96b0a6fc8f9e98bfba3b48540cc2922a897e016b5aabc9974772c9b897e0fab7b38b00f99478a063ad988ffa8b65fa53f684997334e492c SHA512 ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066
DIST tox-3.10.0.tar.gz 279571 BLAKE2B 7aa77dfee2fe3141626d13f37f2c711cd0891ae7b484f7fe6ab7731d35455a898964c52cedc954a6d4108137e2d73fe9628bb893aa7a337d8e69da15b8516811 SHA512 a1cadf3f8de494b5c7f2e8ae1be11fd42f29ae805b5761f6a22763c303625c860475c5435aaf437e6f2d0213be1ad826d9b6a0950aed21c054a94d492cc85047
diff --git a/dev-python/tox/files/tox-3.7.0-skip-broken-tests.patch b/dev-python/tox/files/tox-3.7.0-skip-broken-tests.patch
deleted file mode 100644
index db625d8846c4..000000000000
--- a/dev-python/tox/files/tox-3.7.0-skip-broken-tests.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/tests/unit/config/test_config.py b/tests/unit/config/test_config.py
-index ba00b06..b1e7764 100644
---- a/tests/unit/config/test_config.py
-+++ b/tests/unit/config/test_config.py
-@@ -1869,7 +1869,7 @@ class TestConfigTestEnv:
- for name, config in configs.items():
- assert config.basepython == "python{}.{}".format(name[2], name[3])
-
-- def test_default_factors_conflict(self, newconfig, capsys):
-+ def xtest_default_factors_conflict(self, newconfig, capsys):
- with pytest.warns(UserWarning, match=r"conflicting basepython .*"):
- config = newconfig(
- """
-diff --git a/tests/unit/test_interpreters.py b/tests/unit/test_interpreters.py
-index 9320a10..869189f 100644
---- a/tests/unit/test_interpreters.py
-+++ b/tests/unit/test_interpreters.py
-@@ -60,7 +60,7 @@ def test_locate_via_py(monkeypatch):
- assert fake_popen.last_call == ("py", "-3", "-c")
-
-
--def test_tox_get_python_executable():
-+def xtest_tox_get_python_executable():
- class envconfig:
- basepython = sys.executable
- envname = "pyxx"
-diff --git a/tests/unit/test_venv.py b/tests/unit/test_venv.py
-index 51cb3c0..31a273e 100644
---- a/tests/unit/test_venv.py
-+++ b/tests/unit/test_venv.py
-@@ -427,7 +427,7 @@ def test_install_command_not_installed_bash(newmocksession):
- mocksession.report.expect("warning", "*test command found but not*")
-
-
--def test_install_python3(newmocksession):
-+def xtest_install_python3(newmocksession):
- if not py.path.local.sysfind("python3"):
- pytest.skip("needs python3")
- mocksession = newmocksession(