Selaa lähdekoodia

Nuke the tox `packaging` job (#12334)

tags/v1.57.0rc1
David Robertson 2 vuotta sitten
committed by GitHub
vanhempi
commit
9a3f1f5383
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 muutettua tiedostoa jossa 2 lisäystä ja 10 poistoa
  1. +0
    -1
      .github/workflows/tests.yml
  2. +1
    -0
      changelog.d/12334.misc
  3. +1
    -9
      tox.ini

+ 0
- 1
.github/workflows/tests.yml Näytä tiedosto

@@ -27,7 +27,6 @@ jobs:
- "check_codestyle"
- "check_isort"
- "mypy"
- "packaging"

steps:
- uses: actions/checkout@v2


+ 1
- 0
changelog.d/12334.misc Näytä tiedosto

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

+ 1
- 9
tox.ini Näytä tiedosto

@@ -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 =


Ladataan…
Peruuta
Tallenna