Added specific tests to skip (test_pipeline) as it fails on s390x (rhbz#2301198)
This commit is contained in:
parent
3596a67278
commit
a9e42edd0c
@ -20,7 +20,7 @@
|
||||
|
||||
Name: python-%{src_name}
|
||||
Version: 3.2.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
|
||||
|
||||
License: LGPL-3.0-only
|
||||
@ -159,7 +159,8 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
||||
test_datetime or \
|
||||
test_range or \
|
||||
test_string or \
|
||||
test_notify\
|
||||
test_notify or \
|
||||
test_waiting\
|
||||
)"
|
||||
%endif
|
||||
|
||||
@ -185,6 +186,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2024 Ondrej Sloup <osloup@redhat.com> - 3.2.1-3
|
||||
- Added specific tests to skip (test_pipeline) as it fails on s390x (rhbz#2301198)
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user