Сравнение tavern-2.17.0 с tavern-3.2.0

/usr/portage/dev-python/tavern/tavern-3.2.0.ebuild 2026-03-03 11:46:17.183671456 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20

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

  
25 25
RDEPEND="
26 26
	>=dev-python/jmespath-1[${PYTHON_USEDEP}]
27 27
	>=dev-python/jsonschema-4[${PYTHON_USEDEP}]
28
	>=dev-python/paho-mqtt-1.3.1[${PYTHON_USEDEP}]
29 28
	>=dev-python/pyjwt-2.5.0[${PYTHON_USEDEP}]
30 29
	>=dev-python/pykwalify-1.8.0[${PYTHON_USEDEP}]
31
	>=dev-python/pytest-7[${PYTHON_USEDEP}]
30
	>=dev-python/pytest-8[${PYTHON_USEDEP}]
32 31
	>=dev-python/python-box-6[${PYTHON_USEDEP}]
33 32
	>=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
34 33
	>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
......
39 38
	test? (
40 39
		dev-python/colorlog[${PYTHON_USEDEP}]
41 40
		dev-python/faker[${PYTHON_USEDEP}]
41
		dev-python/paho-mqtt[${PYTHON_USEDEP}]
42 42
	)
43 43
"
44 44

  
......
55 55
	# require grpc*
56 56
	tavern/_plugins/grpc
57 57
	tests/unit/tavern_grpc
58
	# require gql
59
	tavern/_plugins/graphql
60
	tests/unit/plugins/graphql
58 61
)
59 62

  
60 63
src_prepare() {
Спасибо!