Skip to content
Snippets Groups Projects
Commit 38e3eb5d authored by garciadeblas's avatar garciadeblas
Browse files

Remove XDG_CACHE_HOME from tox.ini and upgrade version of setuptools and setuptools-scm


Change-Id: I1f47ff3c6084a3529cd68c66a22c18c7a268a026
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent b83bc9da
No related branches found
Tags v14.0.3
No related merge requests found
......@@ -15,4 +15,4 @@
stdeb
setuptools-scm
setuptools<60
setuptools>=61
......@@ -26,7 +26,7 @@ typing-extensions==4.8.0
# via setuptools-scm
# The following packages are considered to be unsafe in a requirements file:
setuptools==59.8.0
setuptools==75.8.0
# via
# -r osm_webhook_translator/requirements-dist.in
# setuptools-scm
......@@ -16,4 +16,4 @@
packaging==23.1
stdeb
setuptools-scm
setuptools<60
setuptools>=61
......@@ -28,7 +28,7 @@ typing-extensions==4.8.0
# via setuptools-scm
# The following packages are considered to be unsafe in a requirements file:
setuptools==59.8.0
setuptools==75.8.0
# via
# -r requirements-dist.in
# setuptools-scm
......@@ -62,6 +62,8 @@ commands =
[testenv:flake8]
deps = flake8==5.0.4
flake8-import-order
setuptools>=61
setuptools_scm==8.0.4
commands =
flake8 src setup.py
flake8 osm_webhook_translator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment