##// END OF EJS Templates
tests: drop py36 conditionals in test-bad-extension.t...
Matt Harbison -
r51179:13b66bcc default
parent child Browse files
Show More
@@ -63,14 +63,11 b' show traceback'
63 63 Exception: bit bucket overflow
64 64 *** failed to import extension "badext2": No module named 'badext2'
65 65 Traceback (most recent call last):
66 ImportError: No module named 'hgext.badext2' (no-py36 !)
67 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
66 ModuleNotFoundError: No module named 'hgext.badext2'
68 67 Traceback (most recent call last):
69 ImportError: No module named 'hgext3rd.badext2' (no-py36 !)
70 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
68 ModuleNotFoundError: No module named 'hgext3rd.badext2'
71 69 Traceback (most recent call last):
72 ImportError: No module named 'badext2' (no-py36 !)
73 ModuleNotFoundError: No module named 'badext2' (py36 !)
70 ModuleNotFoundError: No module named 'badext2'
74 71
75 72 names of extensions failed to load can be accessed via extensions.notloaded()
76 73
@@ -111,25 +108,19 b' show traceback for ImportError of hgext.'
111 108 YYYY/MM/DD HH:MM:SS (PID)> - loading extension: badext2
112 109 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob)
113 110 Traceback (most recent call last):
114 ImportError: No module named 'hgext.badext2' (no-py36 !)
115 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
111 ModuleNotFoundError: No module named 'hgext.badext2'
116 112 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob)
117 113 Traceback (most recent call last):
118 ImportError: No module named 'hgext.badext2' (no-py36 !)
119 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
114 ModuleNotFoundError: No module named 'hgext.badext2'
120 115 Traceback (most recent call last):
121 ImportError: No module named 'hgext3rd.badext2' (no-py36 !)
122 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
116 ModuleNotFoundError: No module named 'hgext3rd.badext2'
123 117 *** failed to import extension "badext2": No module named 'badext2'
124 118 Traceback (most recent call last):
125 ImportError: No module named 'hgext.badext2' (no-py36 !)
126 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
119 ModuleNotFoundError: No module named 'hgext.badext2'
127 120 Traceback (most recent call last):
128 ImportError: No module named 'hgext3rd.badext2' (no-py36 !)
129 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
121 ModuleNotFoundError: No module named 'hgext3rd.badext2'
130 122 Traceback (most recent call last):
131 ModuleNotFoundError: No module named 'badext2' (py36 !)
132 ImportError: No module named 'badext2' (no-py36 !)
123 ModuleNotFoundError: No module named 'badext2'
133 124 YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob)
134 125 YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes
135 126 YYYY/MM/DD HH:MM:SS (PID)> - executing uisetup hooks
General Comments 0
You need to be logged in to leave comments. Login now