thierry-martinez/pyml

Tests `reinitialize` and `interactive loop` fail on current Debian sid

glondu opened this issue · 4 comments

These two tests fail on current Debian sid. By disabling them, the rest passes.

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.

glondu commented

Bisecting reveals the test suite is fixed by a0bc5ac.