mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-24 16:26:02 +03:00
coverage ignore benchmark tests (#17064)
This commit is contained in:
parent
11731e1b57
commit
ed23454f3d
@ -25,3 +25,4 @@ exclude_also =
|
|||||||
if typing.TYPE_CHECKING:
|
if typing.TYPE_CHECKING:
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
^ *@pytest.mark.skip($|\()
|
^ *@pytest.mark.skip($|\()
|
||||||
|
benchmark_runner: BenchmarkRunner
|
||||||
|
2
setup.py
2
setup.py
@ -44,7 +44,7 @@ upnp_dependencies = [
|
|||||||
|
|
||||||
dev_dependencies = [
|
dev_dependencies = [
|
||||||
"build==1.0.3",
|
"build==1.0.3",
|
||||||
"coverage==7.3.2",
|
"coverage==7.3.3",
|
||||||
"diff-cover==8.0.1",
|
"diff-cover==8.0.1",
|
||||||
"pre-commit==3.5.0; python_version < '3.9'",
|
"pre-commit==3.5.0; python_version < '3.9'",
|
||||||
"pre-commit==3.6.0; python_version >= '3.9'",
|
"pre-commit==3.6.0; python_version >= '3.9'",
|
||||||
|
Loading…
Reference in New Issue
Block a user