diff --git a/python-attrs.spec b/python-attrs.spec index b31560fb6da9e8946ecdd4adbd1b104aab999a3e..c0e7d05bad4863d9e48ad469ec2960e2956ced54 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 3 %global modname attrs # Turn the tests off when bootstrapping Python, because pytest requires attrs -%bcond_with tests +%bcond_without tests Name: python-attrs Version: 22.2.0 @@ -59,6 +59,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Mon Mar 25 2024 Zhao Hang - 22.2.0-3 +- Enable tests + * Fri Mar 22 2024 Zhao Hang - 22.2.0-2 - Disable tests and ebuild with python3.11