Skip to content

Commit

Permalink
Use nose-py3
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Nov 4, 2023
1 parent 6744b89 commit 72df2ae
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version:
- "3.8"
- "3.9"
# - "3.10" # AttributeError: module 'collections' has no attribute 'Callable'
# - "3.11" # AttributeError: module 'collections' has no attribute 'Callable'
# - "3.12" # ModuleNotFoundError: No module named 'imp'
- "3.10"
- "3.11"
# - "3.12" # Installing numpy (1.24.4): Failed
container: python:${{ matrix.python-version }}
steps:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lint:

test:
poetry install --with dev
poetry run nosetests --with-coverage --cover-tests --cover-inclusive --cover-branches --cover-package=mackup
poetry run nosetests --with-coverage --cover-branches --cover-package=mackup

clean:
rm -rf dist/
Expand Down
Loading

0 comments on commit 72df2ae

Please sign in to comment.