From a74dff972c2f941cb562ac05251ebbf649eed4df Mon Sep 17 00:00:00 2001 From: ikappaki Date: Tue, 28 May 2024 19:17:06 +0100 Subject: [PATCH] Update to basilisp v0.1.0b1 to pick up println flush fix for CI --- .github/workflows/test.yml | 2 +- test/integration/integration-tests.el | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 749b9e81d..e48e98fa9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: with: python-version: '3.12' - run: | - pip install basilisp==0.1.0b1 + pip install basilisp==0.1.0b2 - name: Test integration run: | diff --git a/test/integration/integration-tests.el b/test/integration/integration-tests.el index 91722edad..1bfa2baaf 100644 --- a/test/integration/integration-tests.el +++ b/test/integration/integration-tests.el @@ -184,10 +184,6 @@ If CLI-COMMAND is nil, then use the default." (expect (member (process-status nrepl-proc) '(exit signal)))))))))) (it "to Basilisp" - ;; temporarily suspended on MS-Windows until the following is released on PyPi - ;; - ;; https://github.com/basilisp-lang/basilisp/pull/866 - (assume (not (eq system-type 'windows-nt)) "temporarily skipping on MS-Windows ...") (with-cider-test-sandbox (with-temp-dir temp-dir ;; Create a project in temp dir