forked from pool/httpie
Accepting request 880088 from home:robert_munteanu:branches:network:utilities
Disable tests that fail in OBS OBS-URL: https://build.opensuse.org/request/show/880088 OBS-URL: https://build.opensuse.org/package/show/network:utilities/httpie?expand=0&rev=18
This commit is contained in:
parent
975ddae850
commit
ffef47d351
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 12:26:10 UTC 2021 - Robert Munteanu <rombert@apache.org>
|
||||
|
||||
- Disable tests that fail in OBS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 08:08:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -42,8 +42,8 @@ Provides: python38-httpie = 2.3.0
|
||||
Obsoletes: python3-httpie < 2.3.0
|
||||
Obsoletes: python38-httpie < 2.3.0
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
||||
%description
|
||||
HTTPie consists of a single "http" command designed for debugging and
|
||||
@ -71,7 +71,8 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/http.1
|
||||
%check
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
export PYTHONPATH=$PWD
|
||||
python3 -m py.test
|
||||
# disable tests that fail on OBS with [Errno -3] Temporary failure in name resolution
|
||||
pytest --deselect=tests/test_uploads.py
|
||||
|
||||
%files
|
||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user