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

Nuke the tox packaging job #12334

Merged
merged 2 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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