diff --git a/package/python-pytest/Config.in b/package/python-pytest/Config.in index 912dc4949b..681133d5e0 100644 --- a/package/python-pytest/Config.in +++ b/package/python-pytest/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_PYTEST select BR2_PACKAGE_PYTHON_INICONFIG # runtime select BR2_PACKAGE_PYTHON_PACKAGING # runtime select BR2_PACKAGE_PYTHON_PLUGGY # runtime + select BR2_PACKAGE_PYTHON_PYGMENTS # runtime select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime select BR2_PACKAGE_PYTHON3_ZLIB # runtime help diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash index c59666a854..4edff526b5 100644 --- a/package/python-pytest/python-pytest.hash +++ b/package/python-pytest/python-pytest.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pytest/json -md5 f22d0f0e12aee3b97225a89504d657cb pytest-8.3.5.tar.gz -sha256 f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845 pytest-8.3.5.tar.gz +md5 13da9ffcb0c631f9f2f6ac36bdab3176 pytest-8.4.0.tar.gz +sha256 14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6 pytest-8.4.0.tar.gz # Locally computed sha256 checksums sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk index fcb064b35d..2ed143accc 100644 --- a/package/python-pytest/python-pytest.mk +++ b/package/python-pytest/python-pytest.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PYTEST_VERSION = 8.3.5 +PYTHON_PYTEST_VERSION = 8.4.0 PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40 +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce PYTHON_PYTEST_SETUP_TYPE = setuptools PYTHON_PYTEST_LICENSE = MIT PYTHON_PYTEST_LICENSE_FILES = LICENSE