Include platformdirs in test requirements as a workaround too
See the previous commit db83a82fe1
This commit is contained in:
parent
db83a82fe1
commit
78a74a2e2a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue