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: scripts/populate_tox/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ the main package (framework, library) to test with; any additional test
36
36
dependencies, optionally gated behind specific conditions; and optionally
37
37
the Python versions to test on.
38
38
39
-
Constraints are defined using the format specified below. The following sections describe each key.
39
+
Constraints are defined using the format specified below. The following sections
40
+
describe each key.
40
41
41
42
```
42
43
integration_name: {
@@ -159,7 +160,9 @@ be expressed like so:
159
160
160
161
### `prereleases`
161
162
162
-
By default, we ignore all prereleases but the newest one. Some packages only have prereleases though. When `prereleases` is set to `True`, we will consider prereleases just like we do normal releases and they will not be filtered out.
163
+
By default, we ignore all prereleases but the newest one. Some packages only have
164
+
prereleases though. When `prereleases` is set to `True`, we will consider
165
+
prereleases just like we do normal releases and they will not be filtered out.
163
166
164
167
```python
165
168
"common": {
@@ -172,9 +175,9 @@ By default, we ignore all prereleases but the newest one. Some packages only hav
172
175
173
176
### `test_on_all_python_versions`
174
177
175
-
By default, the script will cherry-pick a few Python versions to test each integration on.
176
-
If you want a test suite to run on all supported Python versions instead, set
177
-
`test_on_all_python_versions=True`.
178
+
By default, the script will cherry-pick a few Python versions to test each
179
+
integration on. If you want a test suite to run on all supported Python versions
180
+
instead, set `test_on_all_python_versions` to `True`.
0 commit comments