From 0301ddebdf98902a391f95763aabd4a7efad3421d977473bd50014a9f0a0fcdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Mar 2022 08:30:29 +0000 Subject: [PATCH] - skip uuid tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=70 --- python-SQLAlchemy-Utils.changes | 5 +++++ python-SQLAlchemy-Utils.spec | 1 + 2 files changed, 6 insertions(+) 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}