UCL-ARC / python-tooling

Python package template for new research software projects
http://github-pages.arc.ucl.ac.uk/python-tooling/
MIT License
43 stars 2 forks source link

Native TOML support for `tox` #460

Closed paddyroddy closed 1 month ago

paddyroddy commented 1 month ago

Fixes #455. In order to do this, have also switched from tox-gh-actions to tox-gh. Has been tested in https://github.com/astro-informatics/sleplet/pull/420, https://github.com/astro-informatics/sleplet/pull/421.

dstansby commented 1 month ago

I would just filter .pyc files out of the comparison (like the .git folder is) to make it a bit easier

paddyroddy commented 1 month ago

I would just filter .pyc files out of the comparison (like the .git folder is) to make it a bit easier

Ah, thanks, that bit was annoying me. Guessing it is a difference between tox-gh and tox-gh-actions.

paddyroddy commented 1 month ago

Thanks @dstansby!

paddyroddy commented 1 month ago

This looks great. We should probably add it to our recommendations page? Because toml-er is better.

👍 have raised https://github.com/UCL-ARC/python-tooling/issues/461