15
0
forked from pool/python-fire

Accepting request 676204 from home:mcepl:branches:devel:languages:python

- Switch of tests testFireKeywordArgs, testFireObjectWithDict,
  testHelpStringBuiltin, and testGetFullArgSpecFromBuiltin
  gh#google/python-fire#164

OBS-URL: https://build.opensuse.org/request/show/676204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=5
This commit is contained in:
2019-02-14 17:44:32 +00:00
committed by Git OBS Bridge
parent bf815010cc
commit 58753198d6
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 7 21:02:37 CET 2019 - Matej Cepl <mcepl@suse.com>
- Switch of tests testFireKeywordArgs, testFireObjectWithDict,
testHelpStringBuiltin, and testGetFullArgSpecFromBuiltin
gh#google/python-fire#164
-------------------------------------------------------------------
Wed Jan 2 12:50:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -54,7 +54,8 @@ interfaces (CLIs) from a Python object.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand pytest-%{$python_bin_suffix} fire/
# gh#google/python-fire#164
%python_expand pytest-%{$python_bin_suffix} -k 'not (testFireKeywordArgs or testFireObjectWithDict or testHelpStringBuiltin or testGetFullArgSpecFromBuiltin)' fire
%files %{python_files}
%license LICENSE