# Additional dependencies for the test suite

# Indirect dependencies first, exact versions for consistency

# ipdb -> ipython -> pickleshare
path.py==8.1.1

# ipdb -> ipython -> traitlets
decorator==4.0.2
ipython-genutils==0.1.0

# ipdb -> ipython
appnope==0.1.0; sys_platform == 'darwin'
gnureadline==6.3.3; sys_platform == 'darwin'
pexpect==3.3; sys_platform != 'win32'
pickleshare==0.5
simplegeneric==0.8.1
traitlets==4.0.0

# ipdb
ipython==4.0.0

# pytest-cov -> cov-core
coverage==4.0

# pytest-cov -> pytest
py==1.4.30

# pytest-catchlog, pytest-cov
pytest==2.8.0

# pytest-cov
cov-core==1.15.0

# Direct dependencies for running tests

# A better debugger
ipdb==0.8.1

# Show log output for test failures
pytest-catchlog==1.1

# For code coverage statistics generation
pytest-cov==2.1.0
