blob: be4ce16d56b3de5a8580f2e124aa52cedf1a1df6 (
plain)
1
2
3
4
5
6
7
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# The pytest specifics used by coverage.py
pytest==3.3.1
pytest-xdist==1.20.1
flaky==3.4.0
|