Skip to content

Commit 0f17cd4

Browse files
committed
improve error message for xfail
1 parent fee49a7 commit 0f17cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/idom/client/manage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ def build(
142142
skip_if_already_installed: bool = True,
143143
) -> None:
144144
msg = (
145-
"A bug in Python 3.7 on Windows causes this feature to break. "
146-
"For more information see: https://bugs.python.org/issue31226"
145+
"This feature is not available due to a bug in Python<3.8 on Windows - for "
146+
"more information see: https://bugs.python.org/issue31226"
147147
)
148148
try:
149149
import pytest

0 commit comments

Comments
 (0)