You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-tox.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -87,17 +87,17 @@ jobs:
87
87
base: '${{ github.ref_name }}',
88
88
body: `Update our test matrix with new releases of integrated frameworks and libraries.
89
89
90
-
## How it works
91
-
- Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
92
-
- Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
93
-
- Update tox.ini with the new releases.
90
+
## How it works
91
+
- Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
92
+
- Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
93
+
- Update tox.ini with the new releases.
94
94
95
-
## Action required
96
-
- If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
97
-
- If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.
98
-
- Check what the failures look like and either fix them, or update the [test config](scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](scripts/generate-test-files.sh). See [README.md](scripts/populate_tox/README.md) for what configuration options are available.
95
+
## Action required
96
+
- If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
97
+
- If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.
98
+
- Check what the failures look like and either fix them, or update the [test config](scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](scripts/generate-test-files.sh). See [README.md](scripts/populate_tox/README.md) for what configuration options are available.
99
99
100
-
This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml).`
100
+
This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml).`.replace('')
0 commit comments