You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the test suite installs the optional dependency orjson. To make sure pystac also works without orjson we should run the test suite both with and without it. We can use coverage --append to merge the coverage information from both runs.