10
0
forked from pool/python-PyCBC

Accepting request 1117552 from home:badshah400:branches:science

* Update to version 2.3.0.
* Disable test_waveform.py: requires pykerr which is not packaged for openSUSE.

OBS-URL: https://build.opensuse.org/request/show/1117552
OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=34
This commit is contained in:
2023-10-19 05:50:17 +00:00
committed by Git OBS Bridge
parent a29bc7f0b7
commit 4130231cd2
4 changed files with 25 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-PyCBC
# spec file
#
# Copyright (c) 2023 SUSE LLC
#
@@ -30,7 +30,7 @@
%define modname PyCBC
Name: python-PyCBC%{psuffix}
Version: 2.2.0
Version: 2.3.0
Release: 0
Summary: Core library to analyze gravitational-wave data
License: GPL-3.0-or-later
@@ -137,6 +137,7 @@ sed -E -i "1 s|^#\!\s*/usr/bin/env\s*bash|#\!/bin/bash|" %{buildroot}%{_bindir}/
%if %{with test}
%check
# Tests that either require network or require special setups
# test_waveform.py requires pykerr, openSUSE don't have packages for it
# can't use pytest --ignore because of a special arg parser in test/utils.py
rm -r \
test/test_chisq.py \
@@ -148,6 +149,7 @@ rm -r \
test/test_infmodel.py \
test/test_skymax.py \
test/test_tmpltbank.py \
test/test_waveform.py \
%{nil}
pushd test