Skip to content

Commit

Permalink
Add setuptools to requirements-dev.txt (#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed May 30, 2024
1 parent c1c5438 commit 2c299bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pre-commit # needed for pre-commit hooks in the git commit command

# For the test suite
setuptools # required for test_meta
pytest==8.2.0
pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
pytest-xdist==3.6.1 # xdist runs tests in parallel
Expand Down

0 comments on commit 2c299bb

Please sign in to comment.