Skip to content

Commit 6f67a6d

Browse files
authored
Merge pull request #108 from DataDog/feature/ddtest-docs-fix
docs: update Python ddtrace requirement to 4.11.0
2 parents f97d834 + 7d37bc0 commit 6f67a6d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before using DDTest, you must have **Datadog Test Optimization** already set up
2222
Minimum supported library and runtime requirements:
2323

2424
- Ruby requires the `datadog-ci` gem **1.31.0** or higher.
25-
- Python requires the `ddtrace` package **4.10.3** or higher and `pytest`.
25+
- Python requires the `ddtrace` package **4.11.0** or higher and `pytest`.
2626
- JavaScript requires the `dd-trace` package **5.111.0** or higher, Node.js, and
2727
Jest.
2828

docs/examples/circleci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- checkout
152152
- run:
153153
name: Install Python dependencies
154-
command: python -m pip install -r requirements.txt "ddtrace>=4.10.3" pytest
154+
command: python -m pip install -r requirements.txt "ddtrace>=4.11.0" pytest
155155
- test-optimization-circleci-orb/autoinstrument:
156156
languages: python
157157
site: datadoghq.eu

docs/examples/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Replace each Ruby setup step with Python dependency installation:
116116
python-version: "3.12"
117117
cache: pip
118118
- name: Install Python dependencies
119-
run: python -m pip install -r requirements.txt "ddtrace>=4.10.3" pytest
119+
run: python -m pip install -r requirements.txt "ddtrace>=4.11.0" pytest
120120
```
121121

122122
Configure Datadog Test Optimization for Python:

docs/upgrade-1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Before upgrading to 1.0, update CI jobs and custom integrations to consume the
99
Minimum supported library and runtime requirements:
1010

1111
- Ruby requires the `datadog-ci` gem 1.31.0 or higher.
12-
- Python requires the `ddtrace` package 4.10.3 or higher and `pytest`.
12+
- Python requires the `ddtrace` package 4.11.0 or higher and `pytest`.
1313
- JavaScript requires the `dd-trace` package 5.111.0 or higher, Node.js, and
1414
Jest.
1515

@@ -27,7 +27,7 @@ these paths:
2727
## Validation Checklist
2828

2929
1. Verify the Datadog Test Optimization library version for your platform:
30-
`datadog-ci` 1.31.0 or higher for Ruby, or `ddtrace` 4.10.3 or higher for
30+
`datadog-ci` 1.31.0 or higher for Ruby, or `ddtrace` 4.11.0 or higher for
3131
Python, or `dd-trace` 5.111.0 or higher for JavaScript.
3232
2. Remove references to legacy root plan paths from CI templates and custom scripts.
3333
3. Run `ddtest plan` in CI.

0 commit comments

Comments
 (0)