1
0

Nuke the tox packaging job

It only checked the manifest, and there is no manifest any more.
This commit is contained in:
David Robertson
2022-02-21 18:45:17 +00:00
parent 8a519f8abc
commit 6e7b4ec67d
3 changed files with 3 additions and 15 deletions

View File

@@ -27,7 +27,6 @@ jobs:
- "check_codestyle"
- "check_isort"
- "mypy"
- "packaging"
steps:
- uses: actions/checkout@v2

View File

@@ -70,9 +70,6 @@ except ImportError:
__version__ = "1.55.2"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
# running the packaging tox test.
from synapse.util.patch_inline_callbacks import do_patch
from synapse.util.patch_inline_callbacks import do_patch
do_patch()
do_patch()

10
tox.ini
View File

@@ -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
@@ -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 =