Skip to content

Commit c70aef6

Browse files
committed
Move ipdb to correct requirements file
[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.
1 parent 407f651 commit c70aef6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements-devenv.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-r requirements-linting.txt
22
-r requirements-testing.txt
3+
ipdb
34
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
45
pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini
56
pytest-asyncio

requirements-testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ executing
1010
asttokens
1111
responses
1212
pysocks
13-
ipdb
1413
setuptools

0 commit comments

Comments
 (0)