diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-07 11:16:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-07 11:16:53 +0200 |
commit | 005870b53a1707d6121a967f6452fab20ff40777 (patch) | |
tree | cbd032e840a278fda982153d6697e9fbc085616a /dev-python | |
parent | dev-python/httpbin: Restore unnecessarily dropped keywords (diff) | |
download | gentoo-005870b53a1707d6121a967f6452fab20ff40777.tar.gz gentoo-005870b53a1707d6121a967f6452fab20ff40777.tar.bz2 gentoo-005870b53a1707d6121a967f6452fab20ff40777.zip |
dev-python/pytest-httpbin: Skip test failing due to rel. redirect
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild index a77dced7b2a8..854ca09c2525 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild @@ -31,4 +31,8 @@ PATCHES=( "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch ) +EPYTEST_DESELECT=( + tests/test_server.py::test_redirect_location_is_https_for_secure_server +) + distutils_enable_tests pytest |