Remove failing test due to settings on specific archs

This commit is contained in:
Ondřej Sloup 2024-07-16 20:35:51 +02:00
parent 18324ee470
commit 97a5870d81

View File

@ -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 <osloup@redhat.com> - 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 <python-maint@redhat.com> - 3.1.19-2
- Rebuilt for Python 3.13