~sschwarzer/ftputil#158: 
Use `tox --parallel` for testing

The ftputil Makefile has a target tox_test, which runs tests for all Python versions configured in tox.ini. Tox has an option --parallel to run tests for each Python version in parallel. This could speed up the Tox tests a lot, which currently take over 13 minutes.

Normally, this would be simple change, but seemingly it's tricky to configure the FTP test server container to enable more than five connections. Even with the information in the README I haven't managed yet to allow more than five concurrent users for the server.

Status
REPORTED
Submitter
~sschwarzer
Assigned to
Submitted
1 year, 2 months ago
Updated
1 year, 2 months ago
Labels
tests