Fix PluginRegistry test

This commit is contained in:
Miro Hrončok 2018-05-28 10:16:23 +02:00
commit b0d71399a2
2 changed files with 35 additions and 3 deletions

View file

@ -1,11 +1,14 @@
Name: python-uranium
Version: 3.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
URL: https://github.com/Ultimaker/Uranium
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
# https://github.com/Ultimaker/Uranium/issues/345
Patch0: fix-PluginRegistry-test.patch
BuildRequires: python3-devel
BuildRequires: /usr/bin/doxygen
BuildRequires: /usr/bin/msgmerge
@ -66,8 +69,7 @@ make doc
%check
pip3 freeze
# https://github.com/Ultimaker/Uranium/issues/345
%{__python3} -m pytest -v -k "not test_emptyPlugin"
%{__python3} -m pytest -v
%install
@ -103,6 +105,9 @@ popd
%changelog
* Mon May 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-2
- Fix PluginRegistry test
* Wed May 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-1
- Update to 3.3.0 (#1571792)
- Skip test_emptyPlugin