Skip to content

Commit

Permalink
ci: Drop tox-venv
Browse files Browse the repository at this point in the history
Its README says it is mostly obsolete due to improvements in
virtualenv. Using it appears to cause problems related to
pypa/setuptools#1934 because virtualenv
installs the wheel package by default but venv doesn't.
  • Loading branch information
bdarnell authored and jeyrce committed Aug 25, 2021
1 parent 47d53c3 commit 8967c4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env: TOX_ENV=lint

install:
- travis_retry pip install tox tox-venv
- travis_retry pip install tox
- python -VV
- curl-config --version; pip freeze

Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# 'port install curl +universal' to get both 32- and 64-bit versions of
# libcurl.
[tox]
# When tox is run from a venv (instead of a virtualenv), it can get confused
# unless tox-venv is also installed.
requires = tox-venv
envlist =
# Basic configurations: Run the tests for each python version.
py35-full,py36-full,py37-full,py38-full,pypy3-full
Expand Down

0 comments on commit 8967c4e

Please sign in to comment.