Skip to content

Commit

Permalink
Move ipdb to correct requirements file
Browse files Browse the repository at this point in the history
[ipdb](https://pypi.org/project/ipdb) is not used by testing suite, but
might be beneficial for debugging. To avoid installing extra
dependencies, move it to correct requirements file.
  • Loading branch information
rominf committed Jul 3, 2024
1 parent 407f651 commit c70aef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions requirements-devenv.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements-linting.txt
-r requirements-testing.txt
ipdb
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini
pytest-asyncio
1 change: 0 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ executing
asttokens
responses
pysocks
ipdb
setuptools

0 comments on commit c70aef6

Please sign in to comment.