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

[FIX] Remove pyqt5 install magic #6153

Merged
merged 2 commits into from
Nov 28, 2022

Conversation

markotoplak
Copy link
Member

@markotoplak markotoplak commented Sep 30, 2022

Now there is also pyqt6 and we still force our users to also install PyQt5. This trick we had is also dangerous because it behaves differently with wheels and source installs.

Reverts #5593.

After merging this PR please also consider: biolab/orange-hugo#330

Now there is also pyqt6 and we still force our users to also install
PyQt5. This trick we had is also dangerous because it behaves
differently with wheels and source installs.
@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Merging #6153 (76cc5ac) into master (f358595) will increase coverage by 0.21%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6153      +/-   ##
==========================================
+ Coverage   86.49%   86.70%   +0.21%     
==========================================
  Files         315      316       +1     
  Lines       67797    68058     +261     
==========================================
+ Hits        58640    59009     +369     
+ Misses       9157     9049     -108     

@markotoplak markotoplak marked this pull request as draft September 30, 2022 13:35
@PrimozGodec
Copy link
Contributor

PrimozGodec commented Nov 28, 2022

🙌

@markotoplak markotoplak deleted the remove-pyqt-install-magic branch March 21, 2023 15:53
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