Skip to content

Commit fc76a1f

Browse files
jcpunkmambelli
authored andcommitted
Fixup coverage for new version
1 parent 04b1875 commit fc76a1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source = src
44

55
[run]
6-
concurrency = multiprocessing
6+
concurrency = multiprocessing,thread
77
parallel = true
88
branch = true
99
source = src

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"toml >= 0.10.2",
5252
"packaging >= 20.4",
5353
"wheel >= 0.36.2",
54-
"coverage == 6.1.2", # https://github.com/nedbat/coveragepy/issues/1300
54+
"coverage >= 6.1.2",
5555
"pytest >= 6.2.2, < 7.0", # pytest 7 incompatible with pytest-postgres < 4
5656
"pytest-cov >= 2.11.1",
5757
"pytest-flake8 >= 1.0.7",

0 commit comments

Comments
 (0)