Skip to content

Commit

Permalink
tests: Update pytest and trio packages
Browse files Browse the repository at this point in the history
This is an attempt to fix
"RuntimeError: Event loop is closed" seen in
#51

Signed-off-by: Matt Johnston <[email protected]>
  • Loading branch information
mkj committed Aug 30, 2024
1 parent e0f012d commit eb83bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncdbus==0.6.1
pyroute2==0.7.10
pytest==7.4.3
pytest==8.3.2
pytest-trio==0.8.0
trio==0.23.2
trio==0.26.2
pytest-tap==3.4

0 comments on commit eb83bda

Please sign in to comment.