Skip to content

Commit

Permalink
Remove unused mock library from test requirements (#1647)
Browse files Browse the repository at this point in the history
* Remove unused mock library from test requirements

* Another last trace of mock library
  • Loading branch information
georgedorn committed Jan 26, 2023
1 parent e5fdd61 commit 9f6bc63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'python-mimeparse >= 0.1.4, != 1.5',
'python-dateutil >= 2.1',
],
tests_require=['mock', 'PyYAML', 'lxml', 'defusedxml'],
tests_require=['PyYAML', 'lxml', 'defusedxml'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ biplist
coverage
defusedxml
lxml
mock<1.1.0
pytz==2021.1
PyYAML

0 comments on commit 9f6bc63

Please sign in to comment.