We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11e2ef commit 3de83ddCopy full SHA for 3de83dd
scripts/populate_tox/README.md
@@ -209,7 +209,8 @@ A handful of integration test suites are still hardcoded. The goal is to migrate
209
them all to `populate_tox.py` over time.
210
211
1. Remove the integration from the `IGNORE` list in `populate_tox.py`.
212
-2. Remove the hardcoded entries for the integration from the `envlist` and `deps` sections of `tox.jinja`.
+2. Remove the hardcoded entries for the integration from the `envlist` and `deps`
213
+ sections of `tox.jinja`.
214
3. Run `scripts/generate-test-files.sh`.
215
4. Run the test suite, either locally or by creating a PR.
216
5. Address any test failures that happen.
0 commit comments