14
14
('python3.6 --version' , 'Python 3.6.12' ),
15
15
('python3.7 --version' , 'Python 3.7.9' ),
16
16
('python3.8 --version' , 'Python 3.8.6' ),
17
+ ('python3.9 --version' , 'Python 3.9.1' ),
17
18
('pypy3.5 --version' , 'Python 3.5.3 (928a4f70d3de7d17449456946154c5da6e600162, Feb 09 2019, 11:50:43)\n [PyPy 7.0.0 with GCC 8.2.0]' ),
18
19
# pip
19
20
('python2 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/2.7.18/lib/python2.7/site-packages/pip (python 2.7)" ),
20
21
('python3.5 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/3.5.10/lib/python3.5/site-packages/pip (python 3.5)" ),
21
22
('python3.6 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/3.6.12/lib/python3.6/site-packages/pip (python 3.6)" ),
22
23
('python3.7 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages/pip (python 3.7)" ),
23
24
('python3.8 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/3.8.6/lib/python3.8/site-packages/pip (python 3.8)" ),
25
+ ('python3.9 -m pip --version' , "pip 20.0.1 from /home/docs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/pip (python 3.9)" ),
24
26
# setuptools
25
27
('python2 -c "import setuptools; print(setuptools.__version__)"' , "44.0.0" ),
26
28
('python3.5 -c "import setuptools; print(setuptools.__version__)"' , "45.1.0" ),
27
29
('python3.6 -c "import setuptools; print(setuptools.__version__)"' , "45.1.0" ),
28
30
('python3.7 -c "import setuptools; print(setuptools.__version__)"' , "45.1.0" ),
29
31
('python3.8 -c "import setuptools; print(setuptools.__version__)"' , "45.1.0" ),
32
+ ('python3.9 -c "import setuptools; print(setuptools.__version__)"' , "45.1.0" ),
30
33
# virtualenv
31
34
('python2 -m virtualenv --version' , '16.7.9' ),
32
35
('python3.5 -m virtualenv --version' , '16.7.9' ),
33
36
('python3.6 -m virtualenv --version' , '16.7.9' ),
34
37
('python3.7 -m virtualenv --version' , '16.7.9' ),
35
38
('python3.8 -m virtualenv --version' , '16.7.9' ),
39
+ ('python3.9 -m virtualenv --version' , '16.7.9' ),
36
40
# others
37
41
('node --version' , 'v10.19.0' ),
38
42
('npm --version' , '6.14.4' ),
@@ -56,25 +60,29 @@ def test_command_versions_image_master(command, expected_output):
56
60
('python3.6 --version' , 'Python 3.6.12' ),
57
61
('python3.7 --version' , 'Python 3.7.9' ),
58
62
('python3.8 --version' , 'Python 3.8.6' ),
63
+ ('python3.9 --version' , 'Python 3.9.1' ),
59
64
('pypy3.5 --version' , 'Python 3.5.3 (928a4f70d3de7d17449456946154c5da6e600162, Feb 09 2019, 11:50:43)\n [PyPy 7.0.0 with GCC 8.2.0]' ),
60
65
# pip
61
66
('python2 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/2.7.18/lib/python2.7/site-packages/pip (python 2.7)" ),
62
67
('python3.5 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/3.5.10/lib/python3.5/site-packages/pip (python 3.5)" ),
63
68
('python3.6 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/3.6.12/lib/python3.6/site-packages/pip (python 3.6)" ),
64
69
('python3.7 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages/pip (python 3.7)" ),
65
70
('python3.8 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/3.8.6/lib/python3.8/site-packages/pip (python 3.8)" ),
71
+ ('python3.9 -m pip --version' , "pip 20.0.2 from /home/docs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/pip (python 3.9)" ),
66
72
# setuptools
67
73
('python2 -c "import setuptools; print(setuptools.__version__)"' , "44.0.0" ),
68
74
('python3.5 -c "import setuptools; print(setuptools.__version__)"' , "45.2.0" ),
69
75
('python3.6 -c "import setuptools; print(setuptools.__version__)"' , "45.2.0" ),
70
76
('python3.7 -c "import setuptools; print(setuptools.__version__)"' , "45.2.0" ),
71
77
('python3.8 -c "import setuptools; print(setuptools.__version__)"' , "45.2.0" ),
78
+ ('python3.9 -c "import setuptools; print(setuptools.__version__)"' , "45.2.0" ),
72
79
# virtualenv
73
80
('python2 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/2.7.18/lib/python2.7/site-packages/virtualenv/__init__.pyc' ),
74
81
('python3.5 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/3.5.10/lib/python3.5/site-packages/virtualenv/__init__.py' ),
75
82
('python3.6 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/3.6.12/lib/python3.6/site-packages/virtualenv/__init__.py' ),
76
83
('python3.7 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/3.7.9/lib/python3.7/site-packages/virtualenv/__init__.py' ),
77
84
('python3.8 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/3.8.6/lib/python3.8/site-packages/virtualenv/__init__.py' ),
85
+ ('python3.9 -m virtualenv --version' , 'virtualenv 20.0.7 from /home/docs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/virtualenv/__init__.py' ),
78
86
# others
79
87
('node --version' , 'v8.10.0' ),
80
88
('npm --version' , '3.5.2' ),
0 commit comments