Skip to content

Commit

Permalink
Remove version constraint of pytest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
m-horky committed Jan 11, 2024
1 parent 47d2729 commit 3539a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# please update the version there in case it is bumped here
black==23.3.0
flake8
pytest<7
pytest
pytest-randomly
pytest-timeout
pytest-cov
Expand Down

0 comments on commit 3539a24

Please sign in to comment.