mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-12-30 19:20:33 +00:00
Mock was already in setup.py
This commit is contained in:
parent
c9eb2b35fa
commit
fe7e42cfae
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ import sprockets.logging
|
||||||
|
|
||||||
install_requires = []
|
install_requires = []
|
||||||
setup_requires = []
|
setup_requires = []
|
||||||
tests_require = ['nose>=1.3,<2', 'mock>1,<2', 'tornado>3,<5']
|
tests_require = ['nose>=1.3,<2', 'tornado>3,<5']
|
||||||
|
|
||||||
if sys.version_info < (3, 0):
|
if sys.version_info < (3, 0):
|
||||||
tests_require.append('mock')
|
tests_require.append('mock')
|
||||||
|
|
Loading…
Reference in a new issue