Skip to content

Commit

Permalink
chore(deps): Drop references to obsolete external dependency (lunarmo…
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored Mar 22, 2023
1 parent 673cb6b commit 2fbe39c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:

- name: Setup dependencies
run: |
sudo apt-get install libev-dev
luarocks install penlight ${{ matrix.penlightVersion }}
luarocks install luasec
luarocks install moonscript
luarocks install copas
luarocks install lua-ev
luarocks install luacov
luarocks install --deps-only busted-scm-1.rockspec
Expand Down
1 change: 0 additions & 1 deletion .luacov
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ return {
'term.colors$',
'term.cursor$',
'term.init$',
'copas$',
'coxpcall$',
'mediator$',
'moonscript.*$',
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,14 @@ All issues, suggestions, and most importantly pull requests are welcome.
Testing
-------

You'll need `libev` to run async tests. Then do the following, assuming you
have luarocks installed:
Assuming you have luarocks installed:

Install these dependencies for core testing:

```
luarocks install copas
luarocks install lua-ev scm --server=http://luarocks.org/repositories/rocks-scm/
luarocks install moonscript
```

(Note: you must have `libev` installed to run `lua-ev`; you can `brew install libev` or `apt-get install libev-dev`)

Then to reinstall and run tests:

```
Expand Down
1 change: 0 additions & 1 deletion spec/.hidden/.luacov
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ return {
'term.colors$',
'term.cursor$',
'term.init$',
'copas$',
'coxpcall$',
'mediator$',
'moonscript.*$',
Expand Down

0 comments on commit 2fbe39c

Please sign in to comment.