coverage ignore benchmark tests (#17064)

This commit is contained in:
Kyle Altendorf 2023-12-14 12:15:53 -05:00 committed by GitHub
parent 11731e1b57
commit ed23454f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -25,3 +25,4 @@ exclude_also =
if typing.TYPE_CHECKING:
if TYPE_CHECKING:
^ *@pytest.mark.skip($|\()
benchmark_runner: BenchmarkRunner

View File

@ -44,7 +44,7 @@ upnp_dependencies = [
dev_dependencies = [
"build==1.0.3",
"coverage==7.3.2",
"coverage==7.3.3",
"diff-cover==8.0.1",
"pre-commit==3.5.0; python_version < '3.9'",
"pre-commit==3.6.0; python_version >= '3.9'",