Skip to content

Commit

Permalink
📦 build: add pytest plugins
Browse files Browse the repository at this point in the history
Refs: DEVTOOL-22
  • Loading branch information
adriamontoto committed Jul 20, 2024
1 parent 73d0e72 commit a8399c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
-r requirements.txt

pytest==8.2.2 # https://docs.pytest.org/en/latest/contents.html
pytest-cov==5.0.0 # https://pytest-cov.readthedocs.io/en/latest/
pytest-xdist[psutil]==3.6.1 # https://pytest-xdist.readthedocs.io/en/stable/
pytest-asyncio==0.23.7 # https://pytest-asyncio.readthedocs.io/en/latest/
pytest-randomly==3.15.0 # https://github.com/pytest-dev/pytest-randomly

0 comments on commit a8399c7

Please sign in to comment.