python3-pytest-asyncio: update to 0.23.4.
This commit is contained in:
parent
4a145d9b44
commit
88598fd492
@ -1,15 +0,0 @@
|
||||
--- a/tests/hypothesis/test_inherited_test.py 2023-07-12 07:11:21.000000000 -0300
|
||||
+++ b/tests/hypothesis/test_inherited_test.py 2023-09-15 19:12:21.328680631 -0300
|
||||
@@ -1,10 +1,11 @@
|
||||
import hypothesis.strategies as st
|
||||
import pytest
|
||||
-from hypothesis import given
|
||||
+from hypothesis import given, settings, HealthCheck
|
||||
|
||||
|
||||
class BaseClass:
|
||||
@pytest.mark.asyncio
|
||||
+ @settings(suppress_health_check=(HealthCheck.differing_executors,))
|
||||
@given(value=st.integers())
|
||||
async def test_hypothesis(self, value: int) -> None:
|
||||
pass
|
@ -1,18 +1,18 @@
|
||||
# Template file for 'python3-pytest-asyncio'
|
||||
pkgname=python3-pytest-asyncio
|
||||
version=0.21.1
|
||||
revision=2
|
||||
version=0.23.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-pytest"
|
||||
checkdepends="$depends python3-flaky python3-hypothesis python3-pytest-trio"
|
||||
checkdepends="$depends python3-hypothesis"
|
||||
short_desc="Pytest plugin for asyncio"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/pytest-dev/pytest-asyncio"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-asyncio/master/docs/source/reference/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/p/pytest-asyncio/pytest-asyncio-${version}.tar.gz"
|
||||
checksum=40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d
|
||||
checksum=2143d9d9375bf372a73260e4114541485e84fca350b0b6b92674ca56ff5f7ea2
|
||||
|
||||
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||
# these tests fail on CI (bind to a tcp address)
|
||||
|
@ -1 +1 @@
|
||||
ignore="*dev*"
|
||||
ignore="*a* *b* *dev*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user