Skip to content

Commit b710843

Browse files
Bump scipy from 1.16.3 to 1.17.0 (#391)
* Bump scipy from 1.16.3 to 1.17.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Error on DeprecationWarning --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chang <me@jonathanchang.org>
1 parent 4af26ba commit b710843

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install package for testing
7171
run: poetry install -v --all-extras
7272
- name: Test with pytest
73-
run: poetry run pytest --script-launch-mode=subprocess
73+
run: poetry run pytest --script-launch-mode=subprocess -W error::DeprecationWarning
7474
- name: Reinstall package for production
7575
run: |
7676
poetry env list --full-path | xargs rm -rf

poetry.lock

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)