Nuke the tox `packaging` job (#12334)
This commit is contained in:
parent
f96b85eca8
commit
9a3f1f5383
|
@ -27,7 +27,6 @@ jobs:
|
||||||
- "check_codestyle"
|
- "check_codestyle"
|
||||||
- "check_isort"
|
- "check_isort"
|
||||||
- "mypy"
|
- "mypy"
|
||||||
- "packaging"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Remove the `tox` packaging job: it will be redundant once #11537 lands.
|
10
tox.ini
10
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[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
|
# we require tox>=2.3.2 for the fix to https://github.com/tox-dev/tox/issues/208
|
||||||
minversion = 2.3.2
|
minversion = 2.3.2
|
||||||
|
@ -138,14 +138,6 @@ setenv =
|
||||||
commands =
|
commands =
|
||||||
python -m synmark {posargs:}
|
python -m synmark {posargs:}
|
||||||
|
|
||||||
[testenv:packaging]
|
|
||||||
skip_install = true
|
|
||||||
usedevelop = false
|
|
||||||
deps =
|
|
||||||
check-manifest
|
|
||||||
commands =
|
|
||||||
check-manifest
|
|
||||||
|
|
||||||
[testenv:check_codestyle]
|
[testenv:check_codestyle]
|
||||||
extras = lint
|
extras = lint
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue