Enable Py2 test coverage (#3698)
* Enable Py2 test coverage * Coverage - exclude XRay as it's throwing errors * Update requirements-tests.txt * Revert "Coverage - exclude XRay as it's throwing errors" This reverts commit bb58e0ef847301af034bee5992966a0474c19f9a. * Enable coverage for all workflows
This commit is contained in:
parent
cb6606f3f3
commit
afdab66218
3 changed files with 8 additions and 18 deletions
|
|
@ -1,4 +1,7 @@
|
|||
pytest
|
||||
pytest-cov
|
||||
pytest-cov; python_version >= '3.6'
|
||||
# https://github.com/aws/aws-xray-sdk-python/issues/196
|
||||
# Downgrade pytest-cov to the last version that uses coverage < 5
|
||||
pytest-cov<=2.10.1; python_version < '3.6'
|
||||
sure==1.4.11
|
||||
freezegun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue