Closed taegyunkim closed 1 month ago
With the new release of virtualenv==20.27.0, we were seeing new failures with build_base_venv[3.7] jobs when running:
virtualenv==20.27.0
build_base_venv[3.7]
riot -P -v generate --python=$PYTHON_VERSION ... File "/go/src/github.com/DataDog/apm-reliability/dd-trace-py/.riot/venv_py3717/lib/python3.7/site-packages/pip/_vendor/typing_extensions.py", line 1039 def TypedDict(typename, fields=_marker, /, *, total=True, closed=False, **kwargs): ^ SyntaxError: invalid syntax ERROR:riot.riot:Dev install failed, aborting!
We need to pin to virtualenv==20.26.6 to continue supporting python3.7
virtualenv==20.26.6
With the new release of
virtualenv==20.27.0
, we were seeing new failures withbuild_base_venv[3.7]
jobs when running:We need to pin to
virtualenv==20.26.6
to continue supporting python3.7