Skip to content

Commit

Permalink
remove syslib from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Oct 21, 2024
1 parent c695f03 commit 54a892e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lambdalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
padring, \
ramlib, \
stdlib, \
syslib, \
vectorlib


Expand All @@ -34,7 +33,6 @@ def setup():
padring.setup(),
ramlib.setup(),
stdlib.setup(),
syslib.setup(),
vectorlib.setup()
]

Expand Down
2 changes: 0 additions & 2 deletions tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
padring, \
ramlib, \
stdlib, \
syslib, \
vectorlib
libraries = [
auxlib,
Expand All @@ -17,7 +16,6 @@
padring,
ramlib,
stdlib,
syslib,
vectorlib
]

Expand Down

0 comments on commit 54a892e

Please sign in to comment.