Diff testfixtures-7.1.0 with a testfixtures-7.2.0

/usr/portage/dev-python/testfixtures/testfixtures-7.2.0.ebuild 2023-10-09 14:52:30.388368373 +0300
16 16

  
17 17
SLOT="0"
18 18
LICENSE="MIT"
19
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
19
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
20 20

  
21 21
BDEPEND="
22 22
	test? (
......
39 39

  
40 40
	local EPYTEST_DESELECT=(
41 41
		# TODO
42
		docs/comparing.txt::line:642,column:1
43 42
		testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_missing
44 43
		testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_present
45 44
	)
......
48 47
		python3.12)
49 48
			EPYTEST_DESELECT+=(
50 49
				# https://github.com/simplistix/testfixtures/issues/183
51
				docs/comparing.txt::line:784,column:1
52
				docs/comparing.txt::line:823,column:1
50
				docs/comparing.txt::line:790,column:1
51
				docs/comparing.txt::line:829,column:1
53 52
				testfixtures/tests/test_tempdirectory.py::TempDirectoryTests::test_as_path_relative_sequence
54 53
				testfixtures/tests/test_tempdirectory.py::TempDirectoryTests::test_as_path_relative_string
55 54
			)
Thank you!