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}
|
Name: python-%{src_name}
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
|
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
|
||||||
|
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -29,7 +29,7 @@ Source0: https://github.com/%{package_name}/%{package_name}/archive/refs/tags/%{
|
|||||||
Source1: https://github.com/%{package_name}/%{package_name}/archive/refs/tags/%{pool_name}.tar.gz
|
Source1: https://github.com/%{package_name}/%{package_name}/archive/refs/tags/%{pool_name}.tar.gz
|
||||||
|
|
||||||
%if %{without cython}
|
%if %{without cython}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||||
@ -40,7 +40,7 @@ BuildRequires: libpq openssl
|
|||||||
BuildRequires: postgresql-static postgresql-server-devel
|
BuildRequires: postgresql-static postgresql-server-devel
|
||||||
BuildRequires: python3-pip python3-wheel python3-tomli
|
BuildRequires: python3-pip python3-wheel python3-tomli
|
||||||
%if %{with pypy}
|
%if %{with pypy}
|
||||||
BuildRequires: pypy
|
BuildRequires: pypy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -159,7 +159,8 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
|||||||
test_datetime or \
|
test_datetime or \
|
||||||
test_range or \
|
test_range or \
|
||||||
test_string or \
|
test_string or \
|
||||||
test_notify\
|
test_notify or \
|
||||||
|
test_waiting\
|
||||||
)"
|
)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -185,6 +186,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user