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
Register the infrahub_integration pytest marker under its real name. It was registered as infrahub_integraton, so integration tests raised a PytestUnknownMarkWarning on every run and failed to collect under --strict-markers. (#1231)
Fixed the load and check command descriptions in the infrahubctl schema help output and generated docs, which were cut off mid-sentence.