| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
/azp run |
Sorry, something went wrong.
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Sorry, something went wrong.
### Summary This pull request adds a new job to the `pr-validation-pipeline.yml` file to enable running Python tests on macOS. The job includes steps for setting up the environment, installing dependencies, building bindings, running tests with coverage, and publishing results. Some Docker-related steps are commented out for now. ### Additions to the pipeline: * **New job for macOS testing**: Added a `PytestOnMacOS` job to the pipeline, which uses the `macos-latest` image to run Python tests. * **Python environment setup**: Configured the job to use Python 3.13.5 and installed dependencies from `requirements.txt`. * **Build and test execution**: - Built pybind bindings via `build.sh`. - Ran `pytest` with coverage and published the results. ### Commented-out Docker-related steps: * Steps for installing and configuring Docker on macOS, including setting up Colima and running an SQL Server container, are included but commented out for now. ### Issue Reference Fixes [AB#37749](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37749) ### Checklist - [x] **Tests Passed** (if applicable) - [x] **Code is formatted** - [x] **Docs Updated** (if necessary) ### Testing Performed <!-- How was this fix tested? --> - [x] Unit Tests
The base branch was changed.
|
Changed the base branch to main now that previous branch is shipped, will target main now. |
Sorry, something went wrong.
the arm64 libodbcinst.2.dylib and libltdl.7.dylib were already @loader_path (committed that way in #82), so the fix commit left them untouched. re-sign and commit them too so all six bundled macOS dylibs are the canonical output of a single configure_dylibs.sh run rather than a mix of #82-era and new signatures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Summary
This pull request introduces license files for the Microsoft ODBC Driver 18 for SQL Server and updates the README.md for mssql_python/pybind to clarify supported architectures and improve build instructions.
License File Additions:
Documentation Updates:
Issue Reference
Fixes AB#34976
Checklist
Testing Performed