From 97a5870d8186133cc319828f4045e88473720482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Tue, 16 Jul 2024 20:35:51 +0200 Subject: [PATCH] Remove failing test due to settings on specific archs --- python-psycopg3.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-psycopg3.spec b/python-psycopg3.spec index a213375..2ec8bb5 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -154,7 +154,12 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* sched_async or \ test_pipeline_async or \ test_copy_async or \ - test_pipeline\ + test_pipeline or \ + test_multirange or \ + test_datetime or \ + test_range or \ + test_string or \ + test_notify\ )" %endif @@ -182,6 +187,7 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* %changelog * Wed Jul 10 2024 Ondrej Sloup - 3.2.1-1 - Rebase to the latest upstream version (rhbz#2295550) +- Added specific tests to skip (test_pipeline, test_multirange, test_datetime, test_range, test_string, test_notify) * Tue Jun 11 2024 Python Maint - 3.1.19-2 - Rebuilt for Python 3.13