openwallet-foundation / acapy

ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://aca-py.org
Apache License 2.0
419 stars 512 forks source link

:white_check_mark: Re-add ready_middleware unit tests #3330

Closed ff137 closed 2 weeks ago

ff137 commented 2 weeks ago

Re: https://github.com/openwallet-foundation/acapy/pull/3311/files#r1830649910

jamshale commented 2 weeks ago

Sorry about this. I must have hit the wrong button by mistake and not realized.

An unrelated test had a fail. I'm not really sure why this happened. If this happens too often I might need to disable the parallelism. Or make some tests run sequentially.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

ff137 commented 2 weeks ago

An unrelated test had a fail. I'm not really sure why this happened. If this happens too often I might need to disable the parallelism. Or make some tests run sequentially.

Ah, I see it's a test that uses the PyLD library. I've seen that error before, and it's partially what motivated posting this issue: #2944