Closed Maelan closed 2 years ago
the absence of an end-of-line made pip install -r requirements.txt ignore the last line
pip install -r requirements.txt
Coverage decreased (-0.04%) to 85.996% when pulling d069c3b86f58d91d20af08a197433f792b41c9a3 on Maelan:patch-1 into aa3defd11752247909e03eaf14da197a6eda90f7 on deadc0de6:master.
Oh this must be the reason for #365 Good catch, thanks a lot!
Indeed, #365 is also how the bug manifested to me. :-)
the absence of an end-of-line made
pip install -r requirements.txt
ignore the last line