Skip to content

Commit

Permalink
add flask to run-tests.yml, linter ignore pytest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Dec 19, 2024
1 parent f9a9def commit e97d3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pylint==2.17.5 python-dateutil==2.8.2
pip install pytest pytest-cov pylint==2.17.5 python-dateutil==2.8.2 flask==2.3.2
- name: Checkout idss-engine-commons
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions python/nwsc_dummy_service/test/test_ncd_web_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Mackenzie Grimes (1)
#
# ----------------------------------------------------------------------------------
# pylint: disable=missing-function-docstring,redefined-outer-name,unused-argument
import json
from datetime import timedelta
from unittest.mock import Mock
Expand Down

0 comments on commit e97d3f0

Please sign in to comment.