# pyup: ignore file

# PyTest
pytest>=2.7.3
pytest-timeout  # Stop hanging tests
pytest-xdist  # Distributed testing
execnet>=1.5.0  # for pytest-xdist
pytest-drop-dup-tests  # Don't run tests twice
psutil
