Diff nox-2026.04.10 with a nox-2026.07.11

/usr/portage/dev-python/nox/nox-2026.07.11.ebuild 2026-07-15 20:03:04.444654399 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=hatchling
7
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
7
PYTHON_COMPAT=( python3_{12..14} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
49 49
		tests/test_main.py::test_noxfile_script_mode
50 50
	)
51 51

  
52
	case ${EPYTHON} in
53
		pypy3*)
54
			EPYTEST_DESELECT+=(
55
				# hardcoded CPython assumption
56
				tests/test_tox_to_nox.py::test_commands_with_requirements
57
				tests/test_tox_to_nox.py::test_skipinstall
58
				tests/test_tox_to_nox.py::test_trivial
59
				tests/test_tox_to_nox.py::test_usedevelop
60
			)
61
			;;
62
	esac
63

  
64 52
	epytest -o tmp_path_retention_policy=all
65 53
}
Thank you!