giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.66k stars 266 forks source link

Run tests on Python 3.9 #554

Closed D3X closed 3 years ago

D3X commented 3 years ago

@giampaolo wow, I didn't expect you to merge it that quickly ;)

The tests are failing on both 3.8 and 3.9 for some reason, even though they worked fine on 3.8 on the previous commits. Are you willing to take a look at them?

giampaolo commented 3 years ago

They've been unstable and needs fixing. ...meaning the lib per se is OK, but the tests are flaky (mostly because threads are involved).

D3X commented 3 years ago

@giampaolo oh, I see. Do you know anything more about the issue? I could probably help fixing them.