summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-12-16 22:22:38 -0500
committerVirgil Dupras <vdupras@gentoo.org>2018-12-16 22:22:38 -0500
commitce7278145db8a07c74e164f2c512333661f18c7d (patch)
tree60a519a6a53dcda5a05b732bf0307ccd435611b2 /dev-python/tox/files
parentdev-python/tox: bump to 3.6.0 (diff)
downloadgentoo-ce7278145db8a07c74e164f2c512333661f18c7d.tar.gz
gentoo-ce7278145db8a07c74e164f2c512333661f18c7d.tar.bz2
gentoo-ce7278145db8a07c74e164f2c512333661f18c7d.zip
dev-python/tox: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/tox/files')
-rw-r--r--dev-python/tox/files/tox-3.5.3-skip-broken-tests.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/tox/files/tox-3.5.3-skip-broken-tests.patch b/dev-python/tox/files/tox-3.5.3-skip-broken-tests.patch
deleted file mode 100644
index 57ff4760a986..000000000000
--- a/dev-python/tox/files/tox-3.5.3-skip-broken-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/tests/unit/test_interpreters.py b/tests/unit/test_interpreters.py
-index 0787b95..1563ede 100644
---- a/tests/unit/test_interpreters.py
-+++ b/tests/unit/test_interpreters.py
-@@ -60,7 +60,8 @@ def test_locate_via_py(monkeypatch):
- assert fake_popen.last_call == ("py", "-3", "-c")
-
-
--def test_tox_get_python_executable():
-+# doesn't play well with Gentoo
-+def xtest_tox_get_python_executable():
- class envconfig:
- basepython = sys.executable
- envname = "pyxx"