Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
disable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Sep 27, 2023
1 parent 4612a4a commit ff8f46b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:


- name: Test with pytest
if: |
github.ref == 'test'
run: |
pip install pytest
pip install pytest-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ python-dotenv = "^1.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
flask-testing = "^0.8.1"
hydrocron-db = {git = "https://github.com/podaac/hydrocron-db.git", rev = "develop"}
pytest-dynamodb = "^2.2.3"
pylint = "^2.15.8"
flake8 = "^6.0.0"
Expand Down

0 comments on commit ff8f46b

Please sign in to comment.