summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-21 18:45:17 +0000
committerDavid Robertson <davidr@element.io>2022-03-29 12:56:24 +0100
commit6e7b4ec67d6db9f9ea88fd24fac5378d53677909 (patch)
treeca37d7826facd8c60bba36d732464a997383b7ee /tox.ini
parentUpdate `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1... (diff)
downloadsynapse-6e7b4ec67d6db9f9ea88fd24fac5378d53677909.tar.xz
Nuke the `tox` packaging job
It only checked the manifest, and there is no manifest any more.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
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 =