mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Clarify why `test_logging_in_ParallelTasks` fails on Windows
This commit is contained in:
@@ -308,7 +308,8 @@ def test_colored_logs(app, status, warning):
|
|||||||
assert colorize('red', 'message8') in status.getvalue()
|
assert colorize('red', 'message8') in status.getvalue()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(os.name != 'posix', reason="Not working on windows")
|
@pytest.mark.xfail(os.name != 'posix',
|
||||||
|
reason="Parallel mode does not work on Windows")
|
||||||
def test_logging_in_ParallelTasks(app, status, warning):
|
def test_logging_in_ParallelTasks(app, status, warning):
|
||||||
logging.setup(app, status, warning)
|
logging.setup(app, status, warning)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user