Diff pdm-2.9.1 with a pdm-2.9.2

/usr/portage/dev-python/pdm/pdm-2.9.2.ebuild 2023-10-09 14:52:30.324368371 +0300
41 41
	${RDEPEND}
42 42
	test? (
43 43
		dev-python/pytest-mock[${PYTHON_USEDEP}]
44
		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
44 45
	)
45 46
"
46 47

  
......
63 64
		# why does it try to use python 2.7?!
64 65
		tests/cli/test_run.py::test_import_another_sitecustomize
65 66
	)
67
	[[ ${EPYTHON} != python3.10 ]] && EPYTEST_DESELECT+=(
68
		# test seems hardcoded to 3.10
69
		tests/test_project.py::test_project_packages_path
70
	)
66 71

  
67 72
	epytest -m "not network and not integration and not path"
68 73
}
Thank you!