irods / python-irodsclient

A Python API for iRODS
Other
62 stars 72 forks source link

login_auth_test.py should not be run in full suite #566

Open d-w-moore opened 3 weeks ago

d-w-moore commented 3 weeks ago

login_auth_test.py [...] requires specific setups, so shouldn't be run as a matter of course in the PRC suite. That will be fixed in v2.1.0 (see issue #502. we'll be renaming it to run in a BATS test and that should defeat the pattern matching that causes it to be picked up in the routine run of the full suite).

Originally posted by @d-w-moore in https://github.com/irods/python-irodsclient/issues/531#issuecomment-2162318604