Skip to content

Commit

Permalink
Update Earthquake Tests (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftp authored Feb 3, 2025
1 parent 4a21e16 commit 47d0312
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/earthquake-tracker/pdm.lock

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

2 changes: 1 addition & 1 deletion python/earthquake-tracker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "earthquake-tracker"
version = "0.1.0"
description = "Record and display earthquakes in real time"
dependencies = [
"dbos>=0.20.0a7",
"dbos>=0.20.0a8",
"streamlit>=1.41.1",
"plotly>=6.0.0",
]
Expand Down
1 change: 1 addition & 0 deletions python/earthquake-tracker/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ def dbos():
reset_database(config)
run_migrations(config)
DBOS(config=config)
DBOS.reset_system_database()
DBOS.launch()

0 comments on commit 47d0312

Please sign in to comment.