Skip to content

Commit

Permalink
remove nose
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 14, 2024
1 parent 6c1338f commit db701d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: |
pip install 'git+https://[email protected]/laws-africa/cobalt.git@master#egg=cobalt'
pip install -e '.[test]'
- name: Test with nosetests
run: nosetests
- name: Run tests
run: python -m unittest
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ and removes the `displaced` element.
1. We use a version of `canopy` from github, so clone it into the same directory as this directory: `git clone https://github.com/jcoglan/canopy.git`
2. Build canopy: `cd canopy; npm install; make; cd ..`
3. Build grammar changes with `make`, which runs our Makefile to compile the grammar
4. Run tests with: `python -m unittest`

## Releasing a new version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dynamic = ["version"]
"Bug Tracker" = "https://github.com/laws-africa/bluebell/issues"

[project.optional-dependencies]
test = ["nose", "flake8"]
test = ["flake8"]

[project.scripts]
bluebell = "bluebell.cli:main"
Expand Down

0 comments on commit db701d4

Please sign in to comment.