polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
241 stars 115 forks source link

Updated subscription unit tests due to possible race condition #381

Closed arjanz closed 7 months ago

arjanz commented 7 months ago

The websocket behaviour currently in a sync context can cause race conditions in certain condition, which causes the subscription unit tests to occasionally failed. Disabled for now.