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 00f42a7 commit 2bc7332Copy full SHA for 2bc7332
scripts/populate_tox/README.md
@@ -158,9 +158,10 @@ be expressed like so:
158
159
Sometimes we want to test a single integration against two different sets of
160
dependencies. For example, `langchain` should be tested both with and without
161
-`tiktoken`. In that case, add the variant as its own entry in `TEST_SUITE_CONFIG`
162
-and link it from the base variant by referencing its name in `variants` of the
163
-original variant:
+`tiktoken`. In that case:
+
+- add the variant as its own entry in `TEST_SUITE_CONFIG`
164
+- link it from the base variant via the `variants` key
165
166
```python
167
{
0 commit comments