forked from pool/python-pytest-httpbin
Accepting request 969586 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/969586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpbin?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7
|
||||
size 14482
|
||||
BIN
pytest-httpbin-1.0.2.tar.gz
LFS
Normal file
BIN
pytest-httpbin-1.0.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 20:57:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Skip a test which fails with Flask 2.1
|
||||
gh#kevin1024/pytest-httpbin#64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 07:27:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.2:
|
||||
* Switch to GitHub Actions
|
||||
* This will be the last release to support Python 2.6, 2.7 or 3.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 09:56:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-httpbin
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-httpbin
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Web service for testing HTTP libraries
|
||||
License: MIT
|
||||
@@ -59,7 +59,9 @@ fixture.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
# Flask 2.1 returns relative URLs again
|
||||
# gh#kevin1024/pytest-httpbin#64
|
||||
%pytest -k "not test_redirect_location_is_https_for_secure_server"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md DESCRIPTION.rst
|
||||
|
||||
Reference in New Issue
Block a user