Skip to content

Commit

Permalink
Feature/podaac 6185 (#10)
Browse files Browse the repository at this point in the history
* upgrade to python 3.10

* specified 3.10.14

* upgraded pytest to 7.x

* poetry lock due to new dependencies

---------

Co-authored-by: Yen, David (398B-Affiliate) <[email protected]>
  • Loading branch information
yenes56 and Yen, David (398B-Affiliate) authored Aug 22, 2024
1 parent d7a45a9 commit 8df15c7
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.egg-info
__pycache__
venv
100 changes: 40 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cumulus-process = "1.3.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^3.0.0"
pytest = "^5.2"
pytest = "^7.2.0"
pylint = "^2.12.2"
flake8 = "^4.0.1"

Expand Down

0 comments on commit 8df15c7

Please sign in to comment.