summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
blob: 541f0b61b3ed79c4f9056d1a738929ac603adfe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

# The pytest specifics used by coverage.py

# 4.x is last to support py2
pytest==4.6.6
pytest-xdist==1.30.0
flaky==3.6.1
mock==3.0.5
PyContracts==1.8.12
hypothesis==4.41.2

# Pin pyparsing because 2.4.3 breaks PyContracts:
# https://github.com/pyparsing/pyparsing/issues/161
pyparsing==2.4.2

# Our testing mixins
unittest-mixins==1.6
#-e/Users/ned/unittest_mixins

# Just so I have a debugger if I want it
pudb==2019.1