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

[tests] Run tests on qt6-v2 branch with PyQt5 #199

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions org.qutebrowser.qutebrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ modules:
- make --file misc/Makefile install PREFIX=/app
- install -dm755 /app/{lib/ffmpeg,userscripts}
- sed -i '/^Exec=qutebrowser/ s@=@=/app/bin/@' /app/share/applications/${FLATPAK_ID}.desktop
run-tests: false
run-tests: true
test-commands:
- |
export QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess
Expand All @@ -89,14 +89,7 @@ modules:
sources:
- type: git
url: https://github.com/qutebrowser/qutebrowser.git
tag: v2.5.0
commit: 01a402dcfc76c24d872a6d6021decc4c1542e197
x-checker-data:
type: json
url: https://api.github.com/repos/qutebrowser/qutebrowser/releases/latest
tag-query: .tag_name
version-query: $tag
timestamp-query: .published_at
branch: qt6-v2
modules:
#- pyqt-shared-module.json
- asciidoc/asciidoc.json
Expand All @@ -111,4 +104,4 @@ modules:
- pdfjs/pdfjs.json
- flatpak-spawn-wrapper/flatpak-spawn-wrapper.json
# TODO: f-e-d-c for tests
#- tests/tests-dependencies.json
- tests/tests-dependencies.json
3 changes: 0 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Flask
glob2
hunter
hypothesis
icdiff
idna
importlib-metadata
iniconfig
Expand All @@ -35,15 +34,13 @@ manhole
more-itertools
parse
parse-type
pprintpp
py
py-cpuinfo
pytest
pytest-bdd<=4.1.0
pytest-benchmark
pytest-cov
pytest-forked
pytest-icdiff
pytest-instafail
pytest-mock
pytest-qt
Expand Down
Loading