# HG changeset patch # User Matt Harbison # Date 1537842750 14400 # Node ID e5871e8fbb57e7ce3a4616f3b2910422275572c1 # Parent 34074e8ea160ccb8707e22be681a90714661c976 py3: update missing module list in test-check-py3-compat.t for Windows diff -r 34074e8ea160 -r e5871e8fbb57 tests/test-check-py3-compat.t --- 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: _type_ 'v' not supported (error at win32.py:*) (no-windows !) mercurial/win32.py: error importing: _type_ 'v' not supported (error at win32.py:*) (no-windows !) mercurial/windows.py: error importing: No module named 'msvcrt' (error at windows.py:*) (no-windows !) - + mercurial/posix.py: error importing: No module named 'fcntl' (error at posix.py:*) (windows !) + mercurial/scmposix.py: error importing: No module named 'fcntl' (error at scmposix.py:*) (windows !) #endif #if py3k pygments