Open glondu opened 1 year ago
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
Tests fail with tag 20220905
but not with branch main. Maybe something has been fixed meanwhile.
Bisecting reveals the test suite is fixed by a0bc5aca8632bea273f869d622cad2f55e754a7c.
These two tests fail on current Debian sid. By disabling them, the rest passes.