Skip to content

Commit

Permalink
Merge pull request #293 from a-detiste/develop
Browse files Browse the repository at this point in the history
cleanup old "mock" leftovers
  • Loading branch information
dlyssenko authored Aug 3, 2024
2 parents ca94e9b + 59c1cda commit 39041bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r requirements.txt
mock
coveralls
twine
check-manifest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# $ pip install -e .[dev,test]
extras_require={
'dev': ['check-manifest', 'pep8', 'pyflakes', 'twine'],
'test': ['coverage', 'mock'],
'test': ['coverage'],
},
)

Expand Down

0 comments on commit 39041bc

Please sign in to comment.