17
0

- Disable one test that fails due to numpy update

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-04-06 06:35:39 +00:00
committed by Git OBS Bridge
parent a1fa31c290
commit f61bf33216
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 6 06:35:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Disable one test that fails due to numpy update
-------------------------------------------------------------------
Tue Dec 3 20:59:00 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-chartify
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,25 +28,24 @@ Source: https://github.com/spotify/chartify/archive/%{version}.tar.gz#/c
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter >= 1.0.0
Requires: python-Pillow >= 4.3.0
Requires: python-bokeh >= 0.12.16
Requires: python-colour >= 0.1.5
Requires: jupyter >= 1.0.0
Requires: python-pandas >= 0.21.0
Requires: python-scipy >= 1.0.0
Requires: python-selenium >= 3.7.0
Recommends: python-ipython
Recommends: python-ipykernel
Recommends: python-ipython
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow >= 4.3.0}
BuildRequires: %{python_module bokeh >= 0.12.16}
BuildRequires: %{python_module colour >= 0.1.5}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module pandas >= 0.21.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module scipy >= 1.0.0}
BuildRequires: %{python_module selenium >= 3.7.0}
BuildRequires: jupyter >= 1.0.0
@@ -58,6 +57,7 @@ Chartify is a Python library for creating charts.
%prep
%setup -q -n chartify-%{version}
rm tox.ini
%build
%python_build
@@ -67,7 +67,8 @@ Chartify is a Python library for creating charts.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_grouped_categorical fails with new Nupy
%pytest -k 'not test_grouped_categorical'
%files %{python_files}
%doc AUTHORS.rst README.rst