diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 756773c..1b91849 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 19 10:25:41 UTC 2024 - Dirk Müller + +- skip one more test for python 313 + (https://github.com/kvesteri/sqlalchemy-utils/issues/764) + ------------------------------------------------------------------- Wed Oct 2 04:49:35 UTC 2024 - Steve Kowalik diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index a481469..c5e2ad9 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -100,7 +100,7 @@ rm tests/types/test_composite.py rm tests/types/test_ltree.py rm tests/types/test_tsvector.py rm tests/types/test_uuid.py -%pytest -rs -k 'not (TestDatabasePostgres or TestDatabaseMssql or OnPostgres or OnMysql or TestPostgres or TestMysql or TestSortQueryRelationshipCounts or TestSortQueryWithPolymorphicInheritance or TestMaterializedViews or TestLazyEvaluatedSelectExpressionsForAggregates or TestAggregatesWithManyToManyRelationships or TestAggregateManyToManyAndManyToMany or TestAggregateOneToManyAndOneToMany or TestJSONSQL or TestJSONBSQL or TestSortQueryWithCustomPolymorphic or TestAggregateOneToManyAndManyToMany or test_timezone or test_add_observed_object)' +%pytest -rs -k 'not (TestDatabasePostgres or TestDatabaseMssql or OnPostgres or OnMysql or TestPostgres or TestMysql or TestSortQueryRelationshipCounts or TestSortQueryWithPolymorphicInheritance or TestMaterializedViews or TestLazyEvaluatedSelectExpressionsForAggregates or TestAggregatesWithManyToManyRelationships or TestAggregateManyToManyAndManyToMany or TestAggregateOneToManyAndOneToMany or TestJSONSQL or TestJSONBSQL or TestSortQueryWithCustomPolymorphic or TestAggregateOneToManyAndManyToMany or test_timezone or test_add_observed_object or test_render_mock_ddl)' %files %{python_files} %license LICENSE