sktime / skpro

A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
250 stars 46 forks source link

[MNT] differential testing - handle non-package changes in `pyproject.toml` #472

Closed fkiraly closed 2 months ago

fkiraly commented 2 months ago

The differential testing utilities would result in exceptions in cases where pyproject.toml was changed with non-package related changes.

This PR modifies the utilities to fix this, bringing them in sync with sktime.