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

Commit dd699b6

Browse files
author
David Robertson
committed
Nuke the tox packaging job
It only checks the manifest. Once #11537 lands there won't be a manifest any more.
1 parent 8a519f8 commit dd699b6

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- "check_codestyle"
2828
- "check_isort"
2929
- "mypy"
30-
- "packaging"
3130

3231
steps:
3332
- uses: actions/checkout@v2

tox.ini

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = packaging, py37, py38, py39, py310, check_codestyle, check_isort
2+
envlist = py37, py38, py39, py310, check_codestyle, check_isort
33

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

141-
[testenv:packaging]
142-
skip_install = true
143-
usedevelop = false
144-
deps =
145-
check-manifest
146-
commands =
147-
check-manifest
148-
149141
[testenv:check_codestyle]
150142
extras = lint
151143
commands =

0 commit comments

Comments
 (0)