summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-31 11:01:26 +0100
committerGitHub <noreply@github.com>2022-03-31 11:01:26 +0100
commit9a3f1f53832bd320354fe3858ee8959d723748ad (patch)
tree9b6028e03b6420ed6ce34cc889d5e4436894dccb /.github
parentEnsure the type of URL attributes is always str when matching against preview... (diff)
downloadsynapse-9a3f1f53832bd320354fe3858ee8959d723748ad.tar.xz
Nuke the tox `packaging` job (#12334)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e5450edfb6..5c29867cc8 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -27,7 +27,6 @@ jobs:
           - "check_codestyle"
           - "check_isort"
           - "mypy"
-          - "packaging"
 
     steps:
       - uses: actions/checkout@v2