# HG changeset patch
# User Matt Harbison <matt_harbi...@yahoo.com>
# Date 1537842750 14400
#      Mon Sep 24 22:32:30 2018 -0400
# Node ID 48a1c0848e6abfaf707243567097710b262dbd09
# Parent  4527f507eb09ea26c9a419886c9e680ce1040642
py3: update missing module list in test-check-py3-compat.t for Windows

diff --git a/tests/test-check-py3-compat.t b/tests/test-check-py3-compat.t
--- a/tests/test-check-py3-compat.t
+++ b/tests/test-check-py3-compat.t
@@ -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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to