Accepting request 768995 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/768995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flaky?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-02-03 10:12:16 +00:00 committed by Git OBS Bridge
commit d94ee7b6c6
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 31 01:54:06 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add required suffix to package name for test package. Although
no binary package is created, the OBS blocks any dependent
packages until also the test package has been built (Giveaway:
main and test flavor create the same .src.rpm)
-------------------------------------------------------------------
Thu Sep 12 12:33:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -22,10 +22,9 @@
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
%endif
Name: python-flaky
Name: python-flaky%{?psuffix}
Version: 3.6.1
Release: 0
Summary: Plugin for nose or py.test that automatically reruns flaky tests