diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw index 44dfdafe9..535424495 100644 --- a/misc/requirements/requirements-tests.txt-raw +++ b/misc/requirements/requirements-tests.txt-raw @@ -31,13 +31,15 @@ pytest-xdist # Needed to test misc/userscripts/qute-lastpass tldextract -# 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. +# importlib_resources==6.4.0, jaraco.context and platformdirs 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 +platformdirs #@ ignore: Jinja2, MarkupSafe, colorama