blob: 07ca979659ff1bc6e5f8a0241671c38868ae2931 (
plain)
1
2
3
4
5
6
7
8
|
# 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.0.7
pytest-xdist==1.16.0
pytest-warnings==0.2.0
flaky==3.3.0
|