Source: debugpy Version: 1.8.5+ds-1 Severity: normal Hi,
I'm building src:debugpy on a system with 3.6 GB of RAM. For this to work, I need to be able to reduce the number of concurrent processes. I do this by passing -j2 to dpkg-buildpackage which in turn will add parallel=2 to DEB_BUILD_OPTIONS. But during dh_auto_test, this setting is ignored and pytest is run with --numprocesses=auto. I think this happens in debian/run_tests. Please respect the desired parallelism setting instead of telling pytest to choose it automatically. Thanks! cheers, josch