DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

test: use requests rather than reno #156

Closed jd closed 3 years ago

jd commented 3 years ago

reno pulls dulwich which seems to have trouble installing on Python 3.10 in GitHub Actions.

Uses something simpler and more mainstream to install like requests.