|
22 | 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)"),
|
23 | 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)"),
|
24 | 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.2 from /home/docs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/pip (python 3.9)"), |
| 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)"), |
26 | 26 | # setuptools
|
27 | 27 | ('python2 -c "import setuptools; print(setuptools.__version__)"', "44.0.0"),
|
28 | 28 | ('python3.5 -c "import setuptools; print(setuptools.__version__)"', "45.1.0"),
|
29 | 29 | ('python3.6 -c "import setuptools; print(setuptools.__version__)"', "45.1.0"),
|
30 | 30 | ('python3.7 -c "import setuptools; print(setuptools.__version__)"', "45.1.0"),
|
31 | 31 | ('python3.8 -c "import setuptools; print(setuptools.__version__)"', "45.1.0"),
|
32 |
| - ('python3.9 -c "import setuptools; print(setuptools.__version__)"', "45.2.0"), |
| 32 | + ('python3.9 -c "import setuptools; print(setuptools.__version__)"', "45.1.0"), |
33 | 33 | # virtualenv
|
34 | 34 | ('python2 -m virtualenv --version', '16.7.9'),
|
35 | 35 | ('python3.5 -m virtualenv --version', '16.7.9'),
|
36 | 36 | ('python3.6 -m virtualenv --version', '16.7.9'),
|
37 | 37 | ('python3.7 -m virtualenv --version', '16.7.9'),
|
38 | 38 | ('python3.8 -m virtualenv --version', '16.7.9'),
|
39 |
| - ('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'), |
| 39 | + ('python3.9 -m virtualenv --version', '16.7.9'), |
40 | 40 | # others
|
41 | 41 | ('node --version', 'v10.19.0'),
|
42 | 42 | ('npm --version', '6.14.4'),
|
|
0 commit comments