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 22
22
- uses : actions/checkout@v2
23
23
- uses : actions/setup-python@v2
24
24
with :
25
- python-version : ' 3.10 '
25
+ python-version : ' 3.7 '
26
26
- name : Install tox
27
27
run : pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
28
28
- name : Setup tox environment
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ imports.
216
216
217
217
The default logic used to scan through search paths to resolve imports has a
218
218
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::
220
220
221
221
foo/
222
222
company/
@@ -230,7 +230,7 @@ imports.
230
230
company/
231
231
baz/
232
232
c.py
233
- ...
233
+ ...
234
234
235
235
If you are in this situation, you can enable an experimental fast path by
236
236
setting the :option: `--fast-module-lookup ` option.
You can’t perform that action at this time.
0 commit comments