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

Remove version constraint of pytest #3364

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Remove version constraint of pytest #3364

merged 1 commit into from
Jan 11, 2024

Conversation

m-horky
Copy link
Contributor

@m-horky m-horky commented Jan 11, 2024

Previously, in f801b69, we had to limit pytest to version <7 because our tests were using pytest-forked to run D-Bus unit tests and pytest was crashing on that.

We have since changed the way we test D-Bus by not starting a server for each test case, and aren't constrained by the pytest regression anymore.

Previously, in f801b69, we had to limit pytest to version <7 because our
tests were using pytest-forked to run D-Bus unit tests and pytest was
crashing on that.

We have since changed the way we test D-Bus by not starting a server for
each test case, and aren't constrained by the pytest regression anymore.
@cnsnyder cnsnyder requested review from a team and cnsnyder and removed request for a team January 11, 2024 12:28
Copy link

Coverage

Coverage (computed on Fedora latest) •
FileStmtsMissCoverMissing
TOTAL18221462074% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
2640 14 💤 0 ❌ 0 🔥 42.181s ⏱️

@ptoscano
Copy link
Contributor

Planning a backport to 1.28 too? ;-)

@ptoscano ptoscano merged commit 4b4ebfb into main Jan 11, 2024
17 checks passed
@ptoscano ptoscano deleted the mhorky/pytest branch January 11, 2024 14:30
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