Update to 6.82.0 (rhbz#2162839)
- Deselect `test_make_full_patch[covering]` for now (rhbz#2226209) Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
a694599db3
commit
cf507ea839
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 6.62.1
|
Version: 6.82.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Library for property based testing
|
Summary: Library for property based testing
|
||||||
|
|
||||||
@ -93,7 +93,8 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
k="not test_registered_from_entrypoint"
|
# https://github.com/HypothesisWorks/hypothesis/issues/3704
|
||||||
|
k="not test_registered_from_entrypoint and not test_make_full_patch[covering]"
|
||||||
|
|
||||||
# https://github.com/pandas-dev/pandas/commit/95a86a9884e
|
# https://github.com/pandas-dev/pandas/commit/95a86a9884e
|
||||||
%if "%{_arch}" == "s390x"
|
%if "%{_arch}" == "s390x"
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hypothesis-6.62.1.tar.gz) = 1f886de0ae1c4e3371a60e45f00f265542cefa89ce1a109f794ceff3eaa648e2faf566b86b0921e5741b5d8b8d285169387426d8a069410e86642a95380e312e
|
SHA512 (hypothesis-6.82.0.tar.gz) = 2f8b16c1a32340a3aa742627cbbc958cb06e8966b704bd389c8677d58fc3e76e6988705315d570daeb46975839b1c725f5f6a937ff1c326cbed144659ec44d05
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user