diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 1876981..185a6d4 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 1 08:30:19 UTC 2022 - Dirk Müller + +- skip uuid tests + ------------------------------------------------------------------- Mon Jan 3 11:34:34 UTC 2022 - Dirk Müller diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 587307e..d7c6253 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -99,6 +99,7 @@ rm tests/relationships/test_select_correlated_expression.py 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)' %files %{python_files}