Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-11 20:50:43 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-11 20:50:43 +0300
commit279e547860ea68e3c357f55e608afec682a1f961 (patch)
treedc08e85ab0210538e30b5b801bf9d80ab49bfb3f /tests/test_environment.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
Merge branch '3.x'
Diffstat (limited to 'tests/test_environment.py')
-rw-r--r--tests/test_environment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_environment.py b/tests/test_environment.py
index 73d0c3edc..bf90d42d7 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -9,11 +9,12 @@
"""
import os
import shutil
+
import pytest
from sphinx.builders.html import StandaloneHTMLBuilder
from sphinx.builders.latex import LaTeXBuilder
-from sphinx.environment import CONFIG_OK, CONFIG_CHANGED, CONFIG_EXTENSIONS_CHANGED, CONFIG_NEW
+from sphinx.environment import CONFIG_CHANGED, CONFIG_EXTENSIONS_CHANGED, CONFIG_NEW, CONFIG_OK
from sphinx.testing.comparer import PathComparer