Skip to content

Commit bb39bdf

Browse files
committed
revert test suite fix/CI suggestion/.gitignore as suggested
To be considered to go to seperate GH issues/PRs instead
1 parent 5667374 commit bb39bdf

File tree

3 files changed

+2
-55
lines changed

3 files changed

+2
-55
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ a.out
2020
*.iml
2121
.lsp
2222
.clj-kondo
23-
pregen-ffi-test
24-
*~
23+
pregen-ffi-test

test/libpython_clj2/python_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class Foo:
365365
bridged-dict (py/as-python {"a" 1 "b" 2})
366366
bridged-iter (py/as-python (repeat 5 1))
367367
bridged-list (py/as-python (vec (range 10)))
368-
pycol (py/import-module "collections.abc")
368+
pycol (py/import-module "collections")
369369
mapping-type (py/get-attr pycol "Mapping")
370370
iter-type (py/get-attr pycol "Iterable")
371371
sequence-type (py/get-attr pycol "Sequence")]

0 commit comments

Comments
 (0)