mirror of
https://github.com/httpie/cli.git
synced 2025-06-26 12:31:47 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c82d9b629f
@ -19,7 +19,7 @@ def has_docutils():
|
|||||||
def rst_filenames():
|
def rst_filenames():
|
||||||
# noinspection PyShadowingNames
|
# noinspection PyShadowingNames
|
||||||
for root, dirnames, filenames in os.walk(os.path.dirname(TESTS_ROOT)):
|
for root, dirnames, filenames in os.walk(os.path.dirname(TESTS_ROOT)):
|
||||||
if '.tox' not in root:
|
if '.tox' not in root and 'site-packages' not in root:
|
||||||
for filename in fnmatch.filter(filenames, '*.rst'):
|
for filename in fnmatch.filter(filenames, '*.rst'):
|
||||||
yield os.path.join(root, filename)
|
yield os.path.join(root, filename)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user