Closed musicinmybrain closed 3 months ago
In case you'd like to try 'more' testing... you can stand up a dockerized iRODS grid with https://github.com/irods/irods_demo
Then.. docker compose up irods-catalog-provider
will stand up the iRODS server and database.
If you'd like to open the iRODS port on irods-catalog-provider
to the outside... you'd have to add:
ports:
- "1247:1247"
Fix has been merged. Thanks, @musicinmybrain
I’m considering packaging this in Fedora Linux. I don’t have the ability to test this with a real iRODS grid, so I’m using an import-only “smoke test” as a sanity check. I found that
irods.test.resource_test
fails to import, at least on Python 3.13, with anImportError
like the following:Maybe this works on older Python interpreters – I’m not sure.
This can be fixed by https://github.com/irods/python-irodsclient/pull/612.