afdab66218
* 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
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
pytest
|
|
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
|