From: Rob Browning Date: Sun, 8 Sep 2019 19:39:36 +0000 (-0500) Subject: Have "make check" to do nothing for Python 3 X-Git-Tag: 0.31~282 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7199c5281bff2133bb943714bc44bcc006d9e3e6;hp=7199c5281bff2133bb943714bc44bcc006d9e3e6;p=bup.git Have "make check" to do nothing for Python 3 In preparation for Python 3, don't run any tests for make check. We'll enable individual tests once bup supports Python 3 well enough for them to pass. This shouldn't risk producing a false sense of security because you still have to set BUP_ALLOW_UNEXPECTED_PYTHON_VERSION=true or bup won't run at all, and if you've seen the warning produced when you don't set it, you should be sufficiently well informed. Signed-off-by: Rob Browning Tested-by: Rob Browning ---