File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Pinned dependencies that cause breakage
2
- Werkzeug == 2.3.3
2
+ Werkzeug == 3.0.1
3
3
urllib3 == 1.26.15
4
4
5
5
# Runtime dependencies
6
- Flask == 2.3.2
6
+ Flask == 2.3.3
7
7
flask-restx == 1.1.0
8
8
cloudant == 2.15.0
9
9
retry2 == 0.9.5
@@ -14,14 +14,17 @@ gunicorn==20.1.0
14
14
honcho == 1.1.0
15
15
16
16
# Code quality
17
- pylint == 2.16.2
18
- flake8 == 6.0 .0
19
- black == 23.1 .0
17
+ pylint == 2.17.5
18
+ flake8 == 6.1 .0
19
+ black == 23.7 .0
20
20
21
21
# Testing dependencies
22
- green == 3.4.3
22
+ pytest == 7.4.0
23
+ pytest-pspec == 0.0.4
24
+ pytest-cov == 4.1.0
25
+ coverage == 7.3.0
23
26
factory-boy == 3.2.1
24
- coverage == 7.1.0
27
+ green == 3.4.3
25
28
26
29
# Utilities
27
- httpie == 3.2.1
30
+ httpie == 3.2.2
Original file line number Diff line number Diff line change
1
+ [tool:pytest]
2
+ minversion = 6.0
3
+ addopts = --pspec --cov =service --cov-fail-under =95 --disable-warnings
4
+ testpaths =
5
+ tests
6
+ integration
7
+
1
8
[green]
2
9
verbose =3
3
10
processes =1
You can’t perform that action at this time.
0 commit comments