Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
remove failing ensurepip test (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stowell committed Jul 20, 2020
1 parent f5bac71 commit a85b1a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions languages/python3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ popularity = 5.0
setup = [
"ln -s /usr/bin/python3.8 /usr/local/bin/python3",
"curl https://bootstrap.pypa.io/get-pip.py | python3",
"pip3 install virtualenv-clone",
"python3 -m venv --without-pip /opt/virtualenvs/python3",
"curl https://bootstrap.pypa.io/get-pip.py | /opt/virtualenvs/python3/bin/python3",
"python3 -m venv /opt/virtualenvs/python3",
"/opt/virtualenvs/python3/bin/pip3 install --disable-pip-version-check pipreqs-amasad==0.4.10 pylint==1.6.4 jedi==0.13.2 mccabe==0.6.1 pycodestyle==2.4.0 pyflakes==2.1.1 python-language-server==0.21.5 rope==0.11.0 yapf==0.25.0 dephell==0.7.7 poetry==0.12.16",
"/opt/virtualenvs/python3/bin/pip3 install poetry==1.0.5 bpython matplotlib nltk numpy ptpython requests scipy replit==1.2.3",
"/opt/virtualenvs/python3/bin/pip3 install cs50",
Expand Down Expand Up @@ -58,7 +56,3 @@ command = [
[tests.version]
code = "import sys; print(sys.version.startswith('3.8'))"
output = "True\n"

[tests.venv]
code = "import ensurepip; print(ensurepip.version())"
output = "19.2.3\n"

0 comments on commit a85b1a7

Please sign in to comment.