Bug#1080123: Fallout from setuptools dropping the test command

2025-02-11 Thread Christoph Berg
Re: Gregor Riepl > Here's a patch that fixes both issues and more: > > 1. Fixes setup.py so the unit test data files are copied during the > installation stage. This makes the unit tests work again. > > 2. Removes unit tests from python3-collada package. I'm not sure why they > were included in

Bug#1080123: Fallout from setuptools dropping the test command

2025-02-09 Thread Gregor Riepl
Here's a patch that fixes both issues and more: 1. Fixes setup.py so the unit test data files are copied during the installation stage. This makes the unit tests work again. 2. Removes unit tests from python3-collada package. I'm not sure why they were included in the first place. Feel free to

Bug#1080123: Fallout from setuptools dropping the test command

2025-02-09 Thread Gregor Riepl
FWIW: I think these bugs were all caused by setuptools v72 dropping support for the "test" command, so dh-python has fallen back to distutils / other test plugins. If you're trying to figure out how to fix the bug, look at the implementation of test_suite in setup.py to see what magic it does for