Skip to content

Commit

Permalink
Disable installation of Setuptools in tox instead of GHA. Ref pypa/di…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 28, 2022
1 parent f2e73a4 commit 2a233e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -6,10 +6,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
# pypa/distutils#99
VIRTUALENV_NO_SETUPTOOLS: 1

jobs:
test:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -5,6 +5,8 @@ commands =
pytest {posargs}
setenv =
PYTHONPATH = {toxinidir}
# pypa/distutils#99
VIRTUALENV_NO_SETUPTOOLS = 1
passenv =
# workaround for tox-dev/tox#2382
PROGRAMDATA
Expand Down

0 comments on commit 2a233e5

Please sign in to comment.