summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_venv.py')
-rw-r--r--tests/test_venv.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py
index 6f4a06a..ad968d1 100644
--- a/tests/test_venv.py
+++ b/tests/test_venv.py
@@ -307,11 +307,11 @@ def test_install_command_not_installed(newmocksession):
def test_install_python3(tmpdir, newmocksession):
- if not py.path.local.sysfind('python3.1'):
- py.test.skip("needs python3.1")
+ if not py.path.local.sysfind('python3.3'):
+ pytest.skip("needs python3.3")
mocksession = newmocksession([], """
[testenv:py123]
- basepython=python3.1
+ basepython=python3.3
deps=
dep1
dep2