15
0
forked from pool/python-irc

Accepting request 699681 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/699681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-irc?expand=0&rev=5
This commit is contained in:
2019-05-02 17:18:22 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 30 09:17:40 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop test .pyc files from doc dir to make package build reproducible
(boo#1047218)
-------------------------------------------------------------------
Fri Apr 5 11:22:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -79,6 +79,7 @@ sed -i 's/--flake8//' pytest.ini
%if 0%{?suse_version} > 1500
%check
export PYTHONDONTWRITEBYTECODE=1
%pytest
%endif