15
0

- remove pep8 unit tests, those are not useful to execute and

fail

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=9
This commit is contained in:
2020-06-09 07:44:56 +00:00
committed by Git OBS Bridge
parent 6cf6c35613
commit 79b9a8a70e
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 9 07:44:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- remove pep8 unit tests, those are not useful to execute and
fail
-------------------------------------------------------------------
Fri Apr 3 06:23:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -39,7 +39,7 @@ BuildRequires: %{python_module graphviz}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pycodestyle}
BuildRequires: %{python_module pygraphviz}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest < 5}
BuildRequires: %{python_module six}
# png support for graphviz
BuildRequires: graphviz-gnome
@@ -63,6 +63,7 @@ sed -i 's/\r$//' LICENSE Changelog.md README.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
rm -v tests/test_codestyle.py
%pytest
%files %{python_files}