Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

boardwalk (bug): relax type checking for the moment #58

Closed asullivan-blze closed 11 months ago

asullivan-blze commented 11 months ago

Something changed with Pydantic, Pyright, or both, such that the previously working 0.8.13 release does not work as expected and Pydantic is throwing errors at runtime. This relaxes type checking--for the moment--to allow the code to run as it did before.

Fixes #57.

What and why?

See Issue #57; short version, Pydantic is throwing errors, and is preventing use of the package.

How was this tested?

Executing make develop-server to get a locally running boardwalkd server instance for the Boardwalkfile to connect to, then running the ShouldSucceedTestWorkspace in check mode against localhost. No runtime errors were thrown, as expected.

Checklist