Skip to content

Commit

Permalink
Merge pull request #376 from Carifio24/qt-optional
Browse files Browse the repository at this point in the history
Make qtpy dependency optional
  • Loading branch information
pkgw committed May 18, 2024
2 parents 0f6d3f0 + 22117b7 commit 8fcaff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
set -x
\conda install -y pytest-cov pytest-remotedata pytest-timeout
python setup.py build
pytest -v -s pywwt -p no:warnings --timeout=180 --timeout_method=thread --cov-report=xml --cov=pywwt
pytest -v -s pywwt -p no:warnings --timeout=1800 --timeout_method=thread --cov-report=xml --cov=pywwt
displayName: Test with coverage
- bash: bash <(curl -s https://codecov.io/bash)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
"numpy>=1.9",
"python-dateutil",
"pytz",
"qtpy",
"reproject>=0.8",
"requests",
"toasty>=0.18",
Expand All @@ -142,10 +141,12 @@
"qt": [
'PyQt5;python_version>="3"',
'PyQtWebEngine;python_version>="3"',
"qtpy",
],
"qt6": [
'PyQt6;python_version>="3"',
'PyQt6-WebEngine;python_version>="3"',
"qtpy",
],
"notebook": [
"wwt_kernel_data_relay",
Expand Down

0 comments on commit 8fcaff9

Please sign in to comment.