removing coverage workaroun

This commit is contained in:
Davi Sena 2023-03-29 13:49:42 -04:00
commit 21c8947217

View file

@ -48,7 +48,7 @@ jobs:
run: pip install nose
- name: Install yourbase
if: ${{ matrix.python-version == 3.9 }}
run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest
run: pip install yourbase; pip install pytest
- name: Install nose (Jython)
if: ${{ matrix.python-impl == 'jython' }}
# Working around deprecation of support for non-SNI clients at PyPI CDN (see https://status.python.org/incidents/hzmjhqsdjqgb)