##// END OF EJS Templates
py3: exclude pywatchman from test-check-py3-compat.t...
Pulkit Goyal -
r30673:81bf1a68 default
parent child Browse files
Show More
@@ -20,15 +20,11 b''
20 tests/test-demandimport.py not using absolute_import
20 tests/test-demandimport.py not using absolute_import
21
21
22 #if py3exe
22 #if py3exe
23 $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \
23 $ hg files 'set:(**.py) - grep(pygments)' -X hgext/fsmonitor/pywatchman \
24 > | xargs $PYTHON3 contrib/check-py3-compat.py \
24 > | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py \
25 > | sed 's/[0-9][0-9]*)$/*)/'
25 > | sed 's/[0-9][0-9]*)$/*)/'
26 hgext/convert/transport.py: error importing: <ImportError> No module named 'svn.client' (error at transport.py:*)
26 hgext/convert/transport.py: error importing: <ImportError> No module named 'svn.client' (error at transport.py:*)
27 hgext/fsmonitor/pywatchman/capabilities.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
27 hgext/fsmonitor/state.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
28 hgext/fsmonitor/pywatchman/compat.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
29 hgext/fsmonitor/pywatchman/encoding.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
30 hgext/fsmonitor/pywatchman/load.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
31 hgext/fsmonitor/pywatchman/pybser.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
32 hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
28 hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
33 mercurial/cffi/bdiff.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
29 mercurial/cffi/bdiff.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
34 mercurial/cffi/mpatch.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
30 mercurial/cffi/mpatch.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
General Comments 0
You need to be logged in to leave comments. Login now