Skip to content
Snippets Groups Projects
Unverified Commit 9a3f1f53 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Nuke the tox `packaging` job (#12334)

parent f96b85ec
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ jobs:
- "check_codestyle"
- "check_isort"
- "mypy"
- "packaging"
steps:
- uses: actions/checkout@v2
......
Remove the `tox` packaging job: it will be redundant once #11537 lands.
[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
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment