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

Fixed deprecation warnings #4045

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Fixed deprecation warnings #4045

merged 2 commits into from
Jan 15, 2024

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Jan 15, 2024

This PR fixes 2 deprecation warnings seen in CI logs.

@t20100 t20100 added this to the 2.0.0 milestone Jan 15, 2024
@@ -66,7 +66,7 @@ def testShowAndHide(self):
self.assertTrue(histoAction.getHistogramWidget().isVisible())

# test the pixel intensity diagram is hiding
self.qapp.setActiveWindow(self.plotImage)
self.plotImage.activateWindow()
Copy link
Member Author

Choose a reason for hiding this comment

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

Comment on lines +249 to +250
if (3, 12) <= sys.version_info < (3, 14):
fd.extraction_filter = tarfile.data_filter
Copy link
Member Author

Choose a reason for hiding this comment

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

@payno payno merged commit 8ff08ab into silx-kit:main Jan 15, 2024
7 of 8 checks passed
@t20100 t20100 deleted the fix-deprecations branch January 15, 2024 12:29
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