File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ CHANGELOG
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 )
106106- Reverse DNS expert tests: remove outdated failing test ` test_invalid_ptr ` (PR #2208 by Sebastian Wagner, fixes #2206 ).
107+ - Add test dependency ` requests_mock ` to the ` development ` extra requirements in ` setup.py ` (PR #2210 by Sebastian Wagner).
107108
108109### Tools
109110- ` intelmqctl ` : fix process manager initialization if run non-interactively, as intelmqdump does it (PR #2189 by Sebastian Wagner, fixes 2188).
Original file line number Diff line number Diff line change 5151 extras_require = {
5252 'development' : [
5353 'Cerberus' ,
54+ 'requests_mock' ,
5455 ],
5556 },
5657 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments