Skip to content

Commit 2bc7332

Browse files
committed
wording
1 parent 00f42a7 commit 2bc7332

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/populate_tox/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ be expressed like so:
158158

159159
Sometimes we want to test a single integration against two different sets of
160160
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:
161+
`tiktoken`. In that case:
162+
163+
- add the variant as its own entry in `TEST_SUITE_CONFIG`
164+
- link it from the base variant via the `variants` key
164165

165166
```python
166167
{

0 commit comments

Comments
 (0)