Nuke the tox packaging job
It only checked the manifest, and there is no manifest any more.
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -27,7 +27,6 @@ jobs:
|
||||
- "check_codestyle"
|
||||
- "check_isort"
|
||||
- "mypy"
|
||||
- "packaging"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -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
10
tox.ini
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user