irods / irods_capability_automated_ingest

Other
12 stars 15 forks source link

tests which rely on UTF8 bytestrings in metadata are failing #193

Open d-w-moore opened 1 year ago

d-w-moore commented 1 year ago

These tests try to use bytestrings in AVU fields, which were overlooked when allowing (str,unicode) as the permitted field types for irods/python-irodsclient#438.

They also have separate setUp methods from the other test classes and thus couldn't benefit from the environment change

os.environ["CELERY_BROKER_URL"] = "redis://redis:6379/0"

when tests became arbitrarily reordered to make them run first.