]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Remove Python 3 guardrail: BUP_ALLOW_UNEXPECTED_PYTHON_VERSION
[bup.git] / Makefile
index 7dd7cdfa77d7d362c4c69803fefa844cd9fae553..86c973ce5bf0eb57674ccf3caf77dbe515e1bf41 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -264,10 +264,8 @@ long-check: check
 
 .PHONY: check-both
 check-both:
-       $(MAKE) clean \
-         && PYTHON=python3 BUP_ALLOW_UNEXPECTED_PYTHON_VERSION=true $(MAKE) check
-       $(MAKE) clean \
-         && PYTHON=python2 $(MAKE) check
+       $(MAKE) clean && PYTHON=python3 $(MAKE) check
+       $(MAKE) clean && PYTHON=python2 $(MAKE) check
 
 cmd/bup-%: cmd/%-cmd.py
        rm -f $@