File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v2
2323 - uses : actions/setup-python@v2
2424 with :
25- python-version : ' 3.10 '
25+ python-version : ' 3.7 '
2626 - name : Install tox
2727 run : pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
2828 - name : Setup tox environment
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ imports.
216216
217217 The default logic used to scan through search paths to resolve imports has a
218218 quadratic worse-case behavior in some cases, which is for instance triggered
219- by a large number of folders sharing a top-level namespace as in:
219+ by a large number of folders sharing a top-level namespace as in::
220220
221221 foo/
222222 company/
@@ -230,7 +230,7 @@ imports.
230230 company/
231231 baz/
232232 c.py
233- ...
233+ ...
234234
235235 If you are in this situation, you can enable an experimental fast path by
236236 setting the :option: `--fast-module-lookup ` option.
You can’t perform that action at this time.
0 commit comments