15
0
forked from pool/python-irc

Accepting request 699679 from home:bmwiedemann:branches:devel:languages:python

Drop test .pyc files from doc dir to make package build reproducible (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/699679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-04-30 13:20:55 +00:00
committed by Git OBS Bridge
parent 0db0a8b91a
commit bddec3cb66
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