Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove pymssql tests on macOS #6905

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Oct 2, 2024

Issue

These tests fail because pymssql on macOS fails to install on CI. I tried hard to build them, but failed.

Description of changes

Don't install pymssql and tests are skipped.

Our code that uses it is tested on Windows and Linux. Our releases include a properly built pymssql on macOS: according to @markotoplak, tests of releases would detect any problems.

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.18%. Comparing base (e045632) to head (44b905d).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6905      +/-   ##
==========================================
- Coverage   88.19%   88.18%   -0.01%     
==========================================
  Files         326      326              
  Lines       71233    71233              
==========================================
- Hits        62827    62820       -7     
- Misses       8406     8413       +7     

@markotoplak markotoplak merged commit ba72734 into biolab:master Oct 2, 2024
28 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants