shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-31927 Flaky Test In python-api Test Work schedule #310

Closed NorberMV closed 1 year ago

NorberMV commented 1 year ago

Removing a flaky assertion that compares two calls to work_schedule_read() with the same parameters, as it serves no clear purpose and occasionally fails in the CI. Running this same test by making real calls to the python-api correctly returns the WorkDayRules defined between the given start_dateand end_date.