You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/tox/files/tox-3.5.3-skip-broken-tests...

15 lines
496 B

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"