Don't install mypy and pdm-packer for now

This commit is contained in:
sebthom
2022-01-31 02:38:44 +01:00
parent 5abffd5795
commit 20cbc3a0eb
2 changed files with 0 additions and 6 deletions

View File

@@ -60,8 +60,6 @@ COPY README.md pdm.lock pyinstaller.spec pyproject.toml /opt/app/
RUN cd /opt/app \
&& ls -la . \
# https://github.com/python/mypy/issues/11829
&& pip install -t __pypackages__/3.10/lib git+git://github.com/python/mypy.git@9b3147701f054bf8ef42bd96e33153b05976a5e1 \
# https://github.com/SeleniumHQ/selenium/issues/10022 / https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
&& pip install -t __pypackages__/3.10/lib selenium \
&& pdm install \