mirror of
https://github.com/python/cpython.git
synced 2025-11-08 09:32:01 +00:00
testing a full check case
This commit is contained in:
parent
942825f7de
commit
c2936b786a
2 changed files with 8 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def run(self):
|
|||
if self.metadata:
|
||||
self.check_metadata()
|
||||
if self.restructuredtext:
|
||||
if docutils:
|
||||
if HAS_DOCUTILS:
|
||||
self.check_restructuredtext()
|
||||
elif self.strict:
|
||||
raise DistutilsSetupError('The docutils package is needed.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue