-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
remove outdated gtk package from code #26590
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26590 +/- ##
==========================================
+ Coverage 91.84% 91.85% +0.01%
==========================================
Files 174 174
Lines 50644 50629 -15
==========================================
- Hits 46515 46507 -8
+ Misses 4129 4122 -7
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26590 +/- ##
==========================================
+ Coverage 91.84% 91.86% +0.01%
==========================================
Files 174 174
Lines 50644 50692 +48
==========================================
+ Hits 46515 46569 +54
+ Misses 4129 4123 -6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good
pandas/io/clipboard/__init__.py
Outdated
qtpy also requires a python-qt-bindings module: PyQt4, PyQt5, PySide, PySide2 | ||
|
||
gtk and PyQt4 modules are not available for Python 3, | ||
PyQt4 modules are not available for Python 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm is this still true for PyQt4? We only support Python3 now so if another package doesn’t it wouldn’t make sense to keep including in the code base
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By looking at PyQt4 document https://www.riverbankcomputing.com/static/Docs/PyQt4/python_v3.html, they seems support python 3, so I am going remove this comment.
Lgtm @jreback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a note in the whatsnew (api changes) that we removed support for gtk for clipboards. ping on green.
Hi @jreback just added 😄 |
thanks @xcz011 |
git diff upstream/master -u -- "*.py" | flake8 --diff