Skip to content

Commit 329f4c9

Browse files
authored
Merge branch 'main' into kowalski/fix-profiling-adapt-stack-v2-to-exception-free-echion
2 parents 25e158a + 0b0f0d3 commit 329f4c9

File tree

29 files changed

+5317
-5652
lines changed

29 files changed

+5317
-5652
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
run: apk add git gcc g++ musl-dev libffi-dev openssl-dev bash rust cargo make cmake patchelf
117117

118118
- name: Check source package
119+
# https://github.com/theacodes/cmarkgfm/issues/84
119120
run: |
120-
pip install twine readme_renderer[md]
121+
pip install twine readme_renderer[md] "cmarkgfm<2025.10.20"
121122
twine check dist/*.tar.gz
122123
- name: Install source package
123124
env:

hatch.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dependencies = [
1515
"types-PyYAML==6.0.12.2",
1616
"types-setuptools==65.6.0.0",
1717
"ddapm-test-agent>=1.2.0",
18+
# TODO: Remove this when we are compatible with wrapt>=2
19+
# ddapm-test-agent -> vcrpy -> wrapt
20+
"wrapt<2",
1821
"packaging==23.1",
1922
"pygments==2.16.1",
2023
"riot==0.20.1",

tests/ci_visibility/suitespec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ suites:
2929
- '@codeowners'
3030
- '@unittest'
3131
- '@freezegun'
32+
- '@tracing'
3233
- tests/ci_visibility/*
34+
- tests/snapshots/test_api_fake_runners.*
3335
runner: riot
3436
snapshot: true
3537
dd_coverage:
@@ -84,6 +86,7 @@ suites:
8486
- '@ci_visibility'
8587
- '@coverage'
8688
- '@freezegun'
89+
- '@tracing'
8790
- tests/contrib/unittest/*
8891
- tests/snapshots/tests.contrib.unittest.*
8992
runner: riot

0 commit comments

Comments
 (0)