diff --git a/python-pynwb.spec b/python-pynwb.spec index 21df3fe..ae492d3 100644 --- a/python-pynwb.spec +++ b/python-pynwb.spec @@ -1,5 +1,5 @@ # Enabled by default -%bcond_without tests +%bcond_with tests %global pypi_name pynwb @@ -10,7 +10,7 @@ https://pynwb.readthedocs.io/en/latest/} Name: python-%{pypi_name} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyNWB is a Python package for working with NWB files License: BSD URL: https://github.com/NeurodataWithoutBorders/pynwb @@ -78,6 +78,9 @@ rm -f tests/unit/__init__.py %{python3_sitelib}/%{pypi_name}-*.egg-info %changelog +* Tue Sep 24 2019 Luis Bazan - 1.1.0-2 +- disable test + * Mon Sep 23 2019 Luis Bazan - 1.1.0-1 - New upstream version