From 78a74a2e2afe0bc0ff93473c20294c5f79093a7e Mon Sep 17 00:00:00 2001 From: toofar Date: Tue, 17 Sep 2024 23:04:25 +1200 Subject: [PATCH] Include platformdirs in test requirements as a workaround too See the previous commit db83a82fe118c --- misc/requirements/requirements-tests.txt-raw | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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