Ver código fonte

Detox, part 2 of N (#12152)

I've argued in #11537 that poetry and tox don't cooperate well at the
moment. (See also #12119.) Therefore I'm pruning away bits of tox to make the transition to poetry easier. This change removes the commands for coverage.

We don't use coverage in anger at the moment. It shouldn't be too hard to add coverage as a dev-dependency and reintroduce this if we really want it.
tags/v1.55.0rc1
David Robertson 2 anos atrás
committed by GitHub
pai
commit
9297d040a7
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 1 adições e 26 exclusões
  1. +1
    -0
      changelog.d/12152.misc
  2. +0
    -26
      tox.ini

+ 1
- 0
changelog.d/12152.misc Ver arquivo

@@ -0,0 +1 @@
Prune unused jobs from `tox` config.

+ 0
- 26
tox.ini Ver arquivo

@@ -158,32 +158,6 @@ commands =
extras = lint
commands = isort -c --df {[base]lint_targets}

[testenv:combine]
skip_install = true
usedevelop = false
deps =
coverage
pip>=10
commands=
coverage combine
coverage report

[testenv:cov-erase]
skip_install = true
usedevelop = false
deps =
coverage
commands=
coverage erase

[testenv:cov-html]
skip_install = true
usedevelop = false
deps =
coverage
commands=
coverage html

[testenv:mypy]
deps =
{[base]deps}


Carregando…
Cancelar
Salvar