Commit b4ef4f5
[#587] unique_name now hashes the call tuple for a random seed.
This will allow tests that depend on irods.test.helpers.unique_name
to run in Python3.11+.
The aforementioned hashing was internally and noiselessly performed
in Python 3.8 and before, but was deprecated in 3.9 and then
discontinued in 3.11.
As a result, we'll now perform it ourselves.1 parent 7c458ff commit b4ef4f5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments