Skip to content

Fix interaction between --test-custom and distutils plugin

Colin Watson requested to merge cjwatson/dh-python:fix-test-custom into master

If the distutils plugin found test_suite in setup.py, then the --test-custom option didn't work properly, because the distutils plugin prepended {interpreter} {setup_py} test to the custom test arguments in that case. Set custom_tests in the parsed arguments to avoid that problem.

Merge request reports

Loading