Skip to content

Commit

Permalink
Remove nose
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 5, 2023
1 parent a8acf7c commit 6956e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Set up Git repository
Expand All @@ -39,13 +39,12 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install --upgrade pip wheel
pip install nose
pip install coveralls
- name: Run tests
shell: bash -l {0}
run: |
nosetests -v --with-coverage --cover-package=dolfyn dolfyn
coverage run -m pytest
- name: Upload coverage data to coveralls.io
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- iniconfig>=1.1.1
- jinja2>=3.0.1
- markupsafe>=2.0.1
- nose>=1.3.7
- numpy>=1.21.1
- packaging>=21.0
- pandas>=1.3.0
Expand Down

0 comments on commit 6956e28

Please sign in to comment.