Skip to content

Commit 2679420

Browse files
chore(test): molten test fix [backport #5990 to 1.12] (#5994)
Backport of #5990 to 1.12 Pinning cattrs dependency version to avoid a breaking change affecting the molten test in our CI. ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines) are followed. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment. Co-authored-by: Christophe Papazian <[email protected]>
1 parent a1b781c commit 2679420

File tree

13 files changed

+89
-76
lines changed

13 files changed

+89
-76
lines changed

.riot/requirements/9d02204.txt renamed to .riot/requirements/132a135.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
5-
# pip-compile --no-annotate .riot/requirements/9d02204.in
5+
# pip-compile --no-annotate .riot/requirements/132a135.in
66
#
77
attrs==22.2.0
8+
cattrs==1.0.0
89
coverage[toml]==6.2
910
hypothesis==6.31.6
1011
importlib-metadata==4.8.3
1112
iniconfig==1.1.1
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0

.riot/requirements/10422b9.txt renamed to .riot/requirements/1381045.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/10422b9.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1381045.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
1112
iniconfig==2.0.0
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0
16-
packaging==23.0
17+
packaging==23.1
1718
pluggy==1.0.0
18-
pytest==7.2.2
19-
pytest-cov==4.0.0
19+
pytest==7.3.1
20+
pytest-cov==4.1.0
2021
pytest-mock==3.10.0
2122
sortedcontainers==2.4.0
2223
tomli==2.0.1

.riot/requirements/154ac7f.txt renamed to .riot/requirements/16222a9.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/154ac7f.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/16222a9.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
1112
iniconfig==2.0.0
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0
16-
packaging==23.0
17+
packaging==23.1
1718
pluggy==1.0.0
18-
pytest==7.2.2
19-
pytest-cov==4.0.0
19+
pytest==7.3.1
20+
pytest-cov==4.1.0
2021
pytest-mock==3.10.0
2122
sortedcontainers==2.4.0
2223
tomli==2.0.1

.riot/requirements/9a7802d.txt renamed to .riot/requirements/1959556.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/9a7802d.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1959556.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
1112
iniconfig==2.0.0
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0
16-
packaging==23.0
17+
packaging==23.1
1718
pluggy==1.0.0
18-
pytest==7.2.2
19-
pytest-cov==4.0.0
19+
pytest==7.3.1
20+
pytest-cov==4.1.0
2021
pytest-mock==3.10.0
2122
sortedcontainers==2.4.0
2223
tomli==2.0.1

.riot/requirements/106ad98.txt renamed to .riot/requirements/19e1fdd.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/106ad98.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/19e1fdd.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
hypothesis==6.45.0
1011
iniconfig==2.0.0
11-
mock==5.0.1
12+
mock==5.0.2
1213
molten==1.0.2
1314
mypy-extensions==1.0.0
1415
opentracing==2.4.0
15-
packaging==23.0
16+
packaging==23.1
1617
pluggy==1.0.0
17-
pytest==7.2.2
18-
pytest-cov==4.0.0
18+
pytest==7.3.1
19+
pytest-cov==4.1.0
1920
pytest-mock==3.10.0
2021
sortedcontainers==2.4.0
2122
typing-extensions==3.10.0.2

.riot/requirements/7bd0f72.txt renamed to .riot/requirements/1ad4627.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/7bd0f72.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1ad4627.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
1112
iniconfig==2.0.0
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0
16-
packaging==23.0
17+
packaging==23.1
1718
pluggy==1.0.0
18-
pytest==7.2.2
19-
pytest-cov==4.0.0
19+
pytest==7.3.1
20+
pytest-cov==4.1.0
2021
pytest-mock==3.10.0
2122
sortedcontainers==2.4.0
2223
tomli==2.0.1

.riot/requirements/1ae1061.txt renamed to .riot/requirements/1e19e73.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1ae1061.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1e19e73.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
11-
importlib-metadata==6.0.0
12+
importlib-metadata==6.6.0
1213
iniconfig==2.0.0
13-
mock==5.0.1
14+
mock==5.0.2
1415
molten==1.0.2
1516
mypy-extensions==1.0.0
1617
opentracing==2.4.0
17-
packaging==23.0
18+
packaging==23.1
1819
pluggy==1.0.0
19-
pytest==7.2.2
20-
pytest-cov==4.0.0
20+
pytest==7.3.1
21+
pytest-cov==4.1.0
2122
pytest-mock==3.10.0
2223
sortedcontainers==2.4.0
2324
tomli==2.0.1

.riot/requirements/15da61c.txt renamed to .riot/requirements/27f29b8.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/15da61c.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/27f29b8.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
hypothesis==6.45.0
1011
iniconfig==2.0.0
11-
mock==5.0.1
12+
mock==5.0.2
1213
molten==1.0.2
1314
mypy-extensions==1.0.0
1415
opentracing==2.4.0
15-
packaging==23.0
16+
packaging==23.1
1617
pluggy==1.0.0
17-
pytest==7.2.2
18-
pytest-cov==4.0.0
18+
pytest==7.3.1
19+
pytest-cov==4.1.0
1920
pytest-mock==3.10.0
2021
sortedcontainers==2.4.0
2122
typing-extensions==3.10.0.2

.riot/requirements/4a29eb1.txt renamed to .riot/requirements/2ddc7a2.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/4a29eb1.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/2ddc7a2.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
1112
iniconfig==2.0.0
12-
mock==5.0.1
13+
mock==5.0.2
1314
molten==1.0.2
1415
mypy-extensions==1.0.0
1516
opentracing==2.4.0
16-
packaging==23.0
17+
packaging==23.1
1718
pluggy==1.0.0
18-
pytest==7.2.2
19-
pytest-cov==4.0.0
19+
pytest==7.3.1
20+
pytest-cov==4.1.0
2021
pytest-mock==3.10.0
2122
sortedcontainers==2.4.0
2223
tomli==2.0.1

.riot/requirements/3758ca1.txt renamed to .riot/requirements/7ff9aca.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/3758ca1.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/7ff9aca.in
66
#
7-
attrs==22.2.0
8-
coverage[toml]==7.2.2
7+
attrs==23.1.0
8+
cattrs==22.2.0
9+
coverage[toml]==7.2.7
910
exceptiongroup==1.1.1
1011
hypothesis==6.45.0
11-
importlib-metadata==6.0.0
12+
importlib-metadata==6.6.0
1213
iniconfig==2.0.0
13-
mock==5.0.1
14+
mock==5.0.2
1415
molten==1.0.2
1516
mypy-extensions==1.0.0
1617
opentracing==2.4.0
17-
packaging==23.0
18+
packaging==23.1
1819
pluggy==1.0.0
19-
pytest==7.2.2
20-
pytest-cov==4.0.0
20+
pytest==7.3.1
21+
pytest-cov==4.1.0
2122
pytest-mock==3.10.0
2223
sortedcontainers==2.4.0
2324
tomli==2.0.1

0 commit comments

Comments
 (0)