diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw index 923ccf7e3..44dfdafe9 100644 --- a/misc/requirements/requirements-tests.txt-raw +++ b/misc/requirements/requirements-tests.txt-raw @@ -31,11 +31,13 @@ pytest-xdist # Needed to test misc/userscripts/qute-lastpass tldextract -# importlib_resources==6.4.0 is being included in the lock file via -# setuptools' vendored dependencies and conflicting with the more up to date -# one pulled down by other requirements files. Include it here even though we -# don't need to to make sure we at least get an up to date one. +# importlib_resources==6.4.0 and context==5.3.0 are being included in the lock +# file via setuptools' vendored dependencies and conflicting with the more up +# to date one pulled down by other requirements files. +# Include them here even though we don't need them to make sure we at least +# get an up to date version. importlib_resources #@ markers: importlib_resources python_version=="3.8.*" +jaraco.context #@ ignore: Jinja2, MarkupSafe, colorama