-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 upgrade #1623
Ubuntu 20.04 upgrade #1623
Conversation
Signed-off-by: Kim Ebert <kim@indicio.tech>
Can one of the admins verify this patch? |
I believe this fixes #1622 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Gitpod is starting, the tests are running.
Somme tests inside Gitpod errors due of timing issues, but since the tests in GHA and locally run i think it is nothing we can do about and most likely related to using gitpod.
Just a minor addition, i would also add the pyzmq pip install to the VSCode Dockerfile so that they both are nearly identical.
@@ -67,6 +67,12 @@ RUN pip3 install -U \ | |||
pep8-naming==0.6.1 \ | |||
flake8==3.8.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flake8==3.8.4 | |
flake8==3.8.4 | |
'pyzmq==22.3.0' |
RUN pip3 install -U \ | ||
# Required by setup.py | ||
setuptools==50.3.2 \ | ||
'pyzmq==22.3.0' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RUN pip3 install -U \ | |
# Required by setup.py | |
setuptools==50.3.2 \ | |
'pyzmq==22.3.0' |
setuptools duplication of L64
Changes are being incorporated into #1624 |
Fixes for build