Skip to content

Commit

Permalink
⬇️ Remove coverage TOML extra to support Python 3.6, move configs to …
Browse files Browse the repository at this point in the history
….coveragerc
  • Loading branch information
tiangolo committed Nov 4, 2022
1 parent 3cbd057 commit 42eb21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ source =
docs_src

parallel = True
context = '${CONTEXT}'
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Documentation = "https://typer.tiangolo.com/"
test = [
"shellingham >=1.3.0,<2.0.0",
"pytest >=4.4.0,<5.4.0",
"coverage[toml] >=5.2,<7.0",
"coverage >=5.2,<7.0",
"pytest-xdist >=1.32.0,<2.0.0",
"pytest-sugar >=0.9.4,<0.10.0",
"mypy ==0.910",
Expand Down Expand Up @@ -73,12 +73,3 @@ skip_glob = [
"docs_src/subcommands/tutorial003/lands.py",
"docs_src/subcommands/tutorial003/main.py",
]

[tool.coverage.run]
parallel = true
source = [
"docs_src",
"tests",
"typer"
]
context = '${CONTEXT}'

0 comments on commit 42eb21d

Please sign in to comment.