branch: elpa/cider
commit a74dff972c2f941cb562ac05251ebbf649eed4df
Author: ikappaki <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    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 749b9e81d2..e48e98fa97 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 91722edad7..1bfa2baaf5 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

Reply via email to