python-bindings
python-bindings copied to clipboard
Update tests to work with setuptools >= 72
Support for the test command has been removed in Setuptools 72. Currently, our (mock) tests require this command. We, therefore, need to update our tests to make them futureproof.
I'm restricting to setuiptools<72 for compatibility until this issue is fixed. See #213.
Still open. Related to #222