Mercurial > hg-stable
changeset 39835:e5871e8fbb57
py3: update missing module list in test-check-py3-compat.t for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 24 Sep 2018 22:32:30 -0400 |
parents | 34074e8ea160 |
children | 7a9e2d85f475 |
files | tests/test-check-py3-compat.t |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t Mon Sep 24 20:31:42 2018 -0700 +++ b/tests/test-check-py3-compat.t Mon Sep 24 22:32:30 2018 -0400 @@ -37,7 +37,8 @@ mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !) - + mercurial/posix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at posix.py:*) (windows !) + mercurial/scmposix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at scmposix.py:*) (windows !) #endif #if py3k pygments