diff options
author | David Robertson <davidr@element.io> | 2022-03-31 11:01:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:01:26 +0100 |
commit | 9a3f1f53832bd320354fe3858ee8959d723748ad (patch) | |
tree | 9b6028e03b6420ed6ce34cc889d5e4436894dccb /tox.ini | |
parent | Ensure the type of URL attributes is always str when matching against preview... (diff) | |
download | synapse-9a3f1f53832bd320354fe3858ee8959d723748ad.tar.xz |
Nuke the tox `packaging` job (#12334)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini index 3ffd2c3e97..69476b5869 100644 --- a/tox.ini +++ b/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 = |