Skip to content

Commit

Permalink
Revert pyqt5 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Marconato <[email protected]>
  • Loading branch information
melonora and LucaMarconato authored Jul 13, 2023
1 parent ee127bc commit 01bf9d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- libc6
sphinx:
configuration: docs/conf.py
fail_on_warning: false
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
# ("py:class", "igraph.Graph"),
]

qt_documentation = "PyQt6"
qt_documentation = "PyQt5"

suppress_warnings = [
"myst.header", # https://github.com/executablebooks/MyST-Parser/issues/262
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ doc =
myst-nb

all =
PyQt6
PyQt5

[options.packages.find]
where = src
Expand All @@ -93,5 +93,5 @@ console_scripts =
python_files = test_*.py
testpaths = tests/
xfail_strict = true
qt_api=pyqt6
qt_api=pyqt5
; addopts = -n auto
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
pytest-cov
pytest-qt
pytest-mock
PyQt6
PyQt5
passenv =
CI
GITHUB_ACTIONS
Expand Down

0 comments on commit 01bf9d2

Please sign in to comment.