Skip to content

Commit 8480032

Browse files
Add required configuration for pytest-codecov 7
In 7.0.0 pytest-cov removed its custom handling of subprocess handling. Instead we now use coverage's system.
1 parent 54435ca commit 8480032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ asyncio_mode = auto
8282
[coverage:run]
8383
# This is covered in the versiongit test suite so exclude it here
8484
omit = */_version_git.py
85+
patch = subprocess

0 commit comments

Comments
 (0)