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

[MRG] Skip jpeg-ls tests for Python 3.11 #1708

Merged
merged 3 commits into from Oct 8, 2022

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Oct 5, 2022

  • CharPyLS does not compile under Linux/MacOS
  • also add 3.11 builds for PR builds

I seems to have forgotten to add 3.11 builds to the PR builds, so this was not visible there.

Tasks

  • Fix or feature added
  • Unit tests passing and overall coverage the same or better

@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Merging #1708 (70458fc) into master (ef62ff7) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1708      +/-   ##
==========================================
+ Coverage   97.58%   97.60%   +0.01%     
==========================================
  Files          66       66              
  Lines       10744    10744              
==========================================
+ Hits        10485    10487       +2     
+ Misses        259      257       -2     
Impacted Files Coverage Δ
pydicom/filebase.py 99.19% <0.00%> (+1.61%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

- CharPyLS does not compile under Linux/MacOS
- also add 3.11 builds for PR builds
@@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10']
python-version: ['3.10', '3.11-dev']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added this temporarily to be able to check if the condition works in the PR - will remove it afterwards.

- pylibjpeg-openjpeg and pylibjpeg-libjpeg also fail to build
- have been there only for testing the condition
@mrbean-bremen mrbean-bremen changed the title Skip jpeg-ls tests for Python 3.11 [MRG] Skip jpeg-ls tests for Python 3.11 Oct 5, 2022
@darcymason darcymason merged commit 803fc57 into pydicom:master Oct 8, 2022
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.

None yet

2 participants