File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -185,16 +185,12 @@ def ET(xml_type=(), server_version=None):
185185
186186logger = logging .getLogger (__name__ )
187187
188- # Advertised server version compatibility. More recent servers are not guaranteed to work.
189- # We avail ourselves of this macro in running tests to abort if the session has connected
190- # to a server that is too new.
191-
192- # The symbol 'IRODS_VERSION' was for internal use in testing only, so it should be prefixed
193- # with an underline.
194-
188+ # The symbol _IRODS_VERSION is for internal use in testing only. It indicates the current
189+ # server version for which PRC has maintained compatibility. Attempting the unit tests with
190+ # more recent servers will fail by design.
195191_IRODS_VERSION = (5 , 0 , 2 , "d" )
196192
197- # This is the older, now deprecated, symbol.
193+ # This is the older, now deprecated, version of the above symbol.
198194_deprecated_names = {"IRODS_VERSION" : _IRODS_VERSION }
199195
200196
You can’t perform that action at this time.
0 commit comments