Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Sep 20, 2024
1 parent 51c1371 commit faa5153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test = [
"pytest-cov",
"pytest-xdist",
"sympy",
"vcrpy>=1.6.1",
"vcrpy>=5",
"importlib_metadata>=4.6; python_version<'3.10'",
]
dev = [
Expand Down
20 changes: 2 additions & 18 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,10 @@ commands =
coverage report --skip-covered --show-missing --fail-under=80


[testenv:py3{,.}{10,11,12}-coverage]
[testenv:py3{,.}{8,9,10,11,12}-coverage]
commands = {[testenv:coverage]commands}


[testenv:py3{,.}{8,9}-coverage]
# dependency issue
deps = urllib3<2
commands =
python -c "import urllib3; print(urllib3.__version__); from urllib3.connectionpool import VerifiedHTTPSConnection"
{[testenv:coverage]commands}


[testenv:coverage-core]
usedevelop = true
deps = coverage[toml]>=7
Expand All @@ -75,18 +67,10 @@ commands =
--skip-covered --show-missing --fail-under=100


[testenv:py3{,.}{10,11,12}-coverage-core]
[testenv:py3{,.}{8,9,10,11,12}-coverage-core]
commands = {[testenv:coverage-core]commands}


[testenv:py3{,.}{8,9}-coverage-core]
# dependency issue
deps = urllib3<2
commands =
python -c "import urllib3; print(urllib3.__version__); from urllib3.connectionpool import VerifiedHTTPSConnection"
{[testenv:coverage-core]commands}


[testenv:pre-commit]
description =
run pre-commit-defined linters under `{basepython}`
Expand Down

0 comments on commit faa5153

Please sign in to comment.