Skip to content

Commit b003f9f

Browse files
committed
pkg: add requests_mock as dev dependency
Add test dependency `requests_mock` to the `development` extra requirements in `setup.py`
1 parent 79cae29 commit b003f9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ CHANGELOG
103103
- Also test on Python 3.10 (PR#2140 by Sebastian Wagner).
104104
- Switch from nosetests to pytest, as the former does not support Python 3.10 (PR#2140 by Sebastian Wagner).
105105
- CodeQL Github Actions `exponential backtracking on strings` fixed. (PR#2148 by Sebastian Waldbauer, fixes #2138)
106+
- Add test dependency `requests_mock` to the `development` extra requirements in `setup.py` (PR#2210 by Sebastian Wagner).
106107

107108
### Tools
108109
- `intelmqctl`: fix process manager initialization if run non-interactively, as intelmqdump does it (PR#2189 by Sebastian Wagner, fixes 2188).

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
extras_require={
5252
'development': [
5353
'Cerberus',
54+
'requests_mock',
5455
],
5556
},
5657
packages=find_packages(),

0 commit comments

Comments
 (0)