From ab2d7f6db25e857e360ed8aa0213988cee70f71a6e505a66a5e366c19d730cc8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 10:26:01 +0000 Subject: [PATCH] - skip one more test for python 313 (https://github.com/kvesteri/sqlalchemy-utils/issues/764) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=83 --- python-SQLAlchemy-Utils.changes | 6 ++++++ python-SQLAlchemy-Utils.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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