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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user