diff options
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r-- | tests/test_setup_command.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py index 0a1176ae6..054912feb 100644 --- a/tests/test_setup_command.py +++ b/tests/test_setup_command.py @@ -1,12 +1,4 @@ -""" - test_setup_command - ~~~~~~~~~~~~~~~~~~~ - - Test setup_command for distutils. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test setup_command for distutils.""" import os import subprocess |