question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pytest-qt on travis

See original GitHub issue

Add

before_install:
        - sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0

to .travis.yml allows to run qt interface test on travis (xenial) without miniconda. Maybe add this to documentation?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
The-Compilercommented, May 8, 2020

Merging this into #261 which seems quite similar.

0reactions
The-Compilercommented, May 31, 2022

Yup - pytest-qt should work just fine out of the box on Windows, and also runs its selftests there. Not sure what more information you would expect, @adam-grant-hendry?

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - travis with pytest-qt fails without exiting nor creating ...
I try to run the travis job in a debug mode. So after connecting through a ssh the install all the dependencies, I...
Read more >
pytest-qt Documentation
pytest-qt registers a new fixture named qtbot, which acts as bot in the sense that it can send keyboard and mouse events to...
Read more >
pytest-dev/pytest-qt | Build #1019 | Coveralls - Test Coverage ...
This build has 93.63% test coverage and 3.72 hits per line.
Read more >
pytest-qt - PyPI
pytest -qt is a pytest plugin that allows programmers to write tests for PyQt5, PyQt6, PySide2 and PySide6 applications. The main usage is...
Read more >
Plugin List — pytest documentation
name summary last release status requi... pytest‑accept A pytest‑plugin for updating doctest outputs Jan 07, 2022 N/A pytes... pytest‑addons‑test 用于测试pytest的插件 Aug 02, 2021 N/A pytes... pytest‑aio...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found