Tests `reinitialize` and `interactive loop` fail on current Debian sid
glondu opened this issue · 4 comments
glondu commented
These two tests fail on current Debian sid. By disabling them, the rest passes.
glondu commented
thierry-martinez commented
Sorry for the very long delay. Could you help me to reproduce the bug? The following Dockerfile
succeeds:
FROM debian:sid
RUN apt-get update --yes && \
apt-get install --yes ocaml libstdcompat-ocaml-dev make git libpython3-dev
RUN git clone https://github.com/thierry-martinez/pyml.git
RUN cd pyml && make
RUN cd pyml && make test
glondu commented
Tests fail with tag 20220905
but not with branch main. Maybe something has been fixed meanwhile.