summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rwxr-xr-xtests/run.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run.py b/tests/run.py
index 217f8bea2..aa797dbdb 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -39,8 +39,5 @@ if os.path.exists(tempdir):
shutil.rmtree(tempdir)
os.makedirs(tempdir)
-print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
-sys.stdout.flush()
-
import pytest # NOQA
sys.exit(pytest.main(sys.argv[1:]))