Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Nuke the tox packaging job (#12334)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Mar 31, 2022
1 parent f96b85e commit 9a3f1f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- "check_codestyle"
- "check_isort"
- "mypy"
- "packaging"

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12334.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the `tox` packaging job: it will be redundant once #11537 lands.
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = packaging, py37, py38, py39, py310, check_codestyle, check_isort
envlist = py37, py38, py39, py310, check_codestyle, check_isort

# we require tox>=2.3.2 for the fix to https://github.com/tox-dev/tox/issues/208
minversion = 2.3.2
Expand Down Expand Up @@ -138,14 +138,6 @@ setenv =
commands =
python -m synmark {posargs:}

[testenv:packaging]
skip_install = true
usedevelop = false
deps =
check-manifest
commands =
check-manifest

[testenv:check_codestyle]
extras = lint
commands =
Expand Down

0 comments on commit 9a3f1f5

Please sign in to comment.