Fix the test_uniqueName test failure

This commit is contained in:
Miro Hrončok 2017-06-28 17:35:10 +02:00
commit 76cbe6442c
2 changed files with 33 additions and 3 deletions

View file

@ -1,11 +1,14 @@
Name: python-uranium
Version: 2.6.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Python framework for building desktop applications
License: AGPLv3+
URL: https://github.com/Ultimaker/Uranium
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
# https://github.com/Ultimaker/Uranium/issues/265
Patch0: Uranium-issue265.patch
BuildRequires: python3-devel
BuildRequires: /usr/bin/doxygen
BuildRequires: /usr/bin/msgmerge
@ -76,9 +79,8 @@ pip3 freeze
# The failing tests are reported at:
# https://github.com/Ultimaker/Uranium/issues/225
# https://github.com/Ultimaker/Uranium/issues/265
# Skipping
%{__python3} -m pytest -v -k "not getMimeTypeForFile and not test_uniqueName"
%{__python3} -m pytest -v -k "not getMimeTypeForFile"
%install
@ -114,6 +116,9 @@ popd
%changelog
* Wed Jun 28 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-2
- Fix the test_uniqueName test failure
* Wed Jun 28 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-1
- Update to 2.6.1
- Skip test_uniqueName test (reported)