Skip to content

Add a dependency on pytest to rqt_bag and rqt_bag_plugins.#148

Merged
clalancette merged 1 commit intorollingfrom
clalancette/add-pytest-dependency
Feb 7, 2024
Merged

Add a dependency on pytest to rqt_bag and rqt_bag_plugins.#148
clalancette merged 1 commit intorollingfrom
clalancette/add-pytest-dependency

Conversation

@clalancette
Copy link
Copy Markdown
Contributor

While there aren't currently any tests, this sets them up to have pytest tests in the future.

While there aren't currently any tests, this sets them up
to have pytest tests in the future.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Copy Markdown
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette clalancette merged commit f0a47cf into rolling Feb 7, 2024
@clalancette clalancette deleted the clalancette/add-pytest-dependency branch February 7, 2024 01:25
clalancette added a commit that referenced this pull request Feb 10, 2024
)"

This reverts commit f0a47cf.

The main reason to do this is that on Windows Debug, we don't currently
have a Debug wheel for PyQt.  Thus these tests always fail on that
platform.  While the "correct" solution is to build a Windows Debug
PyQt wheel, that is a decidedly difficult undertaking.  Since we
don't have tests to speak of in these packages, avoid the problem
for now by just going back to what we were doing before, i.e.
using unittest for the tests.
clalancette added a commit that referenced this pull request Feb 12, 2024
#151)

Revert "Add a dependency on pytest to rqt_bag and rqt_bag_plugins. (#148)"

This reverts commit f0a47cf.

The main reason to do this is that on Windows Debug, we don't currently
have a Debug wheel for PyQt.  Thus these tests always fail on that
platform.  While the "correct" solution is to build a Windows Debug
PyQt wheel, that is a decidedly difficult undertaking.  Since we
don't have tests to speak of in these packages, avoid the problem
for now by just going back to what we were doing before, i.e.
using unittest for the tests.
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

Successfully merging this pull request may close these issues.

2 participants