You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
Building a container with the supplied Dockerfile now fails because some Python dependency dropped support for Python 2 (and the versions are not pinned). As a workaround, I removed the dependency pytest-xdist from setup.py; then the container builds fine but obviously may not be capable of running the tests.
The text was updated successfully, but these errors were encountered:
We also failed to build the docker due to the installation of pytest-xdist. We modify the setup.sh to install pip with get-pip.py instead of apt-get(#77). This makes us install a new version of pip and successfully build the docker.
Building a container with the supplied
Dockerfile
now fails because some Python dependency dropped support for Python 2 (and the versions are not pinned). As a workaround, I removed the dependencypytest-xdist
fromsetup.py
; then the container builds fine but obviously may not be capable of running the tests.The text was updated successfully, but these errors were encountered: