You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"but this python-irodsclient advertises compatibility up to {advertised_version}."
Due to the referenced line/change, I think the import statements on readme should be: from irods.helpers import make_session, instead of from irods.test.helpers import make_session.
python-irodsclient/irods/test/helpers.py
Line 207 in d83169d
Due to the referenced line/change, I think the import statements on readme should be:
from irods.helpers import make_session, instead offrom irods.test.helpers import make_session.