Skip to content

Commit 4340e61

Browse files
authored
Install covdefaults (#116)
1 parent eae7e40 commit 4340e61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pythonpath = ["onvif"]
33
log_cli="true"
44
log_level="NOTSET"
5+
plugins = ["covdefaults"]
56

67

78
[build-system]

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aiohttp==3.12.10
88
pytest==8.3.5
99
pytest-cov==6.1.1
1010
pytest-asyncio==0.26.0
11+
covdefaults==2.3.0
1112

1213
# pre-commit
1314
pre-commit==4.2.0

0 commit comments

Comments
 (0)