branch: elpa/request commit c96a45dd2e3d484901f5436cc70ba8f84e5715ec Author: dickmao <none> Commit: dickmao <none>
emacs26-3 and werkzeug flaps under global-auto-revert-mode This was a bad investment of my time. --- .github/workflows/test.yml | 2 +- Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a13bf0..a91a947 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - emacs_version: [24.5, 25.3, 26.3, 27.1] + emacs_version: [24.5, 25.3, 26.3, 27.2] python_version: [2.7, 3.6] steps: diff --git a/Makefile b/Makefile index 23fe842..c142c25 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,7 @@ test-2-curl: EL_REQUEST_BACKEND=curl $(MAKE) test-1 test-1: -# global-auto-revert-mode [github #132] - EL_REQUEST_NO_CAPTURE_MESSAGE=$(EL_REQUEST_NO_CAPTURE_MESSAGE) EL_REQUEST_MESSAGE_LEVEL=$(EL_REQUEST_MESSAGE_LEVEL) $(CASK) emacs -Q --batch -L . -L tests -l test-request.el --eval "(global-auto-revert-mode)" -f ert-run-tests-batch-and-exit + EL_REQUEST_NO_CAPTURE_MESSAGE=$(EL_REQUEST_NO_CAPTURE_MESSAGE) EL_REQUEST_MESSAGE_LEVEL=$(EL_REQUEST_MESSAGE_LEVEL) $(CASK) emacs -Q --batch -L . -L tests -l test-request.el -f ert-run-tests-batch-and-exit README.rst: README.in.rst request.el grep ';;' request.el \