cyberark / secretless-broker

Secure your apps by making them Secretless
Apache License 2.0
232 stars 42 forks source link

Fix failing mssql integration tests #1487

Closed gl-johnson closed 1 year ago

gl-johnson commented 1 year ago

Desired Outcome

Fix failing builds due to errors when installing pyodbc in mssql integration tests

Implemented Changes

Pin unixodbc dependencies to 2.3.7 until this is fixed in 2.3.11 (see: https://github.com/microsoft/linux-package-repositories/issues/36)

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit ecd90557 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 70.7% (0.0% change).

View more on Code Climate.

szh commented 1 year ago

How soon do we expect this to be fixed? It may not be worth pinning the version if it's just for a few days.