0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 19:43:44 +02:00

Nuke the tox packaging job (#12334)

This commit is contained in:
David Robertson 2022-03-31 11:01:26 +01:00 committed by GitHub
parent f96b85eca8
commit 9a3f1f5383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 10 deletions

View file

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

1
changelog.d/12334.misc Normal file
View file

@ -0,0 +1 @@
Remove the `tox` packaging job: it will be redundant once #11537 lands.

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 =