15
0

Accepting request 958218 from devel:languages:python

- skip uuid tests

OBS-URL: https://build.opensuse.org/request/show/958218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=34
This commit is contained in:
2022-03-01 16:03:39 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 1 08:30:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip uuid tests
-------------------------------------------------------------------
Mon Jan 3 11:34:34 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}