Преглед изворни кода

Nuke the tox `packaging` job (#12334)

tags/v1.57.0rc1
David Robertson пре 2 година
committed by GitHub
родитељ
комит
9a3f1f5383
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 измењених фајлова са 2 додато и 10 уклоњено
  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 Прегледај датотеку

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

steps:
- uses: actions/checkout@v2


+ 1
- 0
changelog.d/12334.misc Прегледај датотеку

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

+ 1
- 9
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 =


Loading…
Откажи
Сачувај