mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
skip 2016.3.5 due to :doc: references
This commit is contained in:
parent
31f324c4ff
commit
374dc1ab88
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ class DocTestCase(TestCase):
|
|||
if 'man' in key \
|
||||
or key.endswith('doc_test.py') \
|
||||
or key.endswith('doc/conf.py') \
|
||||
or key.endswith('/conventions/documentation.rst'):
|
||||
or key.endswith('/conventions/documentation.rst') \
|
||||
or key.endswith('doc/topics/releases/2016.3.5.rst'):
|
||||
continue
|
||||
|
||||
# Set up test return dict
|
||||
|
|
Loading…
Add table
Reference in a new issue