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

How to test a new PySide6 package against Dangerzone? #1

Open
apyrgio opened this issue Jan 4, 2024 · 0 comments
Open

How to test a new PySide6 package against Dangerzone? #1

apyrgio opened this issue Jan 4, 2024 · 0 comments

Comments

@apyrgio
Copy link
Collaborator

apyrgio commented Jan 4, 2024

Since PySide6 is a GUI component, and our GUI tests for Dangerzone run against its PyPI counterpart, we have to test this locally. Most probably, the simplest way is to:

  1. Build a local PySide6 package, or use a nightly build.
  2. Use this package when building the end-user container environment for Dangerzone (see dev_scripts/env.py and dev_scripts/qa.py in Dangerzone repo).
  3. Execute into the Dangerzone container and make some tests.

It would be great if we could automate this procedure though.

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

No branches or pull requests

1 participant