Diff tavern-3.6.1 with a tavern-3.6.3

/usr/portage/dev-python/tavern/tavern-3.6.3.ebuild 2026-09-07 20:03:06.659247720 +0300
20 20

  
21 21
LICENSE="MIT"
22 22
SLOT="0"
23
KEYWORDS="amd64 ~arm64"
23
KEYWORDS="~amd64 ~arm64"
24 24

  
25 25
RDEPEND="
26 26
	>=dev-python/hypothesis-6[${PYTHON_USEDEP}]
......
62 62
	# require gql
63 63
	tavern/_plugins/graphql
64 64
	tests/unit/plugins/graphql
65
	# require allure
66
	tests/unit/test_allure.py
65 67
)
66 68

  
67 69
src_prepare() {
Thank you!