diff --git a/requirements-test.txt b/requirements-test.txt --- a/requirements-test.txt +++ b/requirements-test.txt @@ -17,3 +17,13 @@ types-psycopg2 types-pyyaml types-requests + +# TODO: remove dependencies below once pybadges depends on Jinja2 >=3 + +# Fix "ImportError: cannot import name 'soft_unicode' from 'markupsafe'" +# when running pytest +markupsafe < 2.1.0 +# Fix "ImportError: cannot import name 'json' from 'itsdangerous'" +# when running pytest after calling "./bin/install" from swh-environement +# in empty venv +flask >= 1.1.4 diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -24,13 +24,3 @@ sentry-sdk typing-extensions psycopg2 < 2.9 - -# TODO: remove dependencies below once pybadges depends on Jinja2 >=3 - -# Fix "ImportError: cannot import name 'soft_unicode' from 'markupsafe'" -# when running pytest -markupsafe < 2.1.0 -# Fix "ImportError: cannot import name 'json' from 'itsdangerous'" -# when running pytest after calling "./bin/install" from swh-environement -# in empty venv -flask >= 1.1.4