We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b1875 commit fc76a1fCopy full SHA for fc76a1f
2 files changed
.coveragerc
@@ -3,7 +3,7 @@
3
source = src
4
5
[run]
6
-concurrency = multiprocessing
+concurrency = multiprocessing,thread
7
parallel = true
8
branch = true
9
setup.py
@@ -51,7 +51,7 @@
51
"toml >= 0.10.2",
52
"packaging >= 20.4",
53
"wheel >= 0.36.2",
54
- "coverage == 6.1.2", # https://github.com/nedbat/coveragepy/issues/1300
+ "coverage >= 6.1.2",
55
"pytest >= 6.2.2, < 7.0", # pytest 7 incompatible with pytest-postgres < 4
56
"pytest-cov >= 2.11.1",
57
"pytest-flake8 >= 1.0.7",
0 commit comments