forked from mirrors/gecko-dev
21 lines
576 B
Text
21 lines
576 B
Text
# 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
|
|
# Use a fork of PyContracts that supports Python 3.9
|
|
#PyContracts==1.8.12
|
|
git+https://github.com/slorg1/contracts@collections_and_validator
|
|
hypothesis==4.41.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
|