Skip to content

Commit

Permalink
add missing pytest-asyncio dependency
Browse files Browse the repository at this point in the history
without this, test_examples.py fails with:
       fixture 'unused_tcp_port' not found
  • Loading branch information
garymm committed Jun 2, 2024
1 parent 78dd54e commit e264f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flake8
setuptools
pkgconfig
pytest
pytest-asyncio
sphinx
sphinx-multiversion
tox
Expand Down

0 comments on commit e264f14

Please sign in to comment.