]> arthur.barton.de Git - bup.git/commit
cirrus: allow failures on macos with python 2
authorRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:37:01 +0000 (14:37 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:37:04 +0000 (14:37 -0600)
commita35c571a85a25a7b50532089e77aa83a58986548
tree2017848e0a9180c930881d19d409718d51921b15
parentbd29322c32c427f28d19baee771984e0ce569769
cirrus: allow failures on macos with python 2

It looks like macos has changed something that makes it very difficult
to detect and use the *utime* related functions.  Apparently Emacs
just decided to live without it, and Python had to go to substantial
lengths to sort it out.  So until/unless we have a reasonable fix,
just mark that combination as expected to fail.

Python 3 should work fine since we rely on it to sort out the problem
for us.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml