- update to 0.15.1:
* Fix a bug with config loading which caused custom ini configs
not to load if they were not named with a .cfg extension.
Thanks :user:`grhwalls` for the bug report!
* Official support for python3.13 betas. nose2 now tests itself
against Python 3.13.
* Official support for python3.13 betas. nose2 now tests itself
against Python 3.13.
* nose2 now supports loading configuration data from the
tool.nose2 table in pyproject.toml. Thanks to :user:`qequ`
for the PR! (:pr:`596`, :pr:`606`) On python 3.11+, tomllib
is used to parse TOML data. On python 3.10 and lower, tomli
must be installed to enable TOML support. Simply pip install
tomli as necessary.
* nose2 now supports loading configuration data from the
tool.nose2 table in pyproject.toml. Thanks to :user:`qequ`
for the PR! (:pr:`596`, :pr:`606`)
* On python 3.11+, tomllib is used to parse TOML data. On
python 3.10 and lower, tomli must be installed to enable TOML
support. Simply pip install tomli as necessary.
OBS-URL: https://build.opensuse.org/request/show/1178617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nose2?expand=0&rev=15
Description
No description provided
Languages
RPM Spec
100%