Skip to content

Commit 47d0312

Browse files
authoredFeb 3, 2025··
Update Earthquake Tests (#260)
1 parent 4a21e16 commit 47d0312

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
 

‎python/earthquake-tracker/pdm.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎python/earthquake-tracker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "earthquake-tracker"
33
version = "0.1.0"
44
description = "Record and display earthquakes in real time"
55
dependencies = [
6-
"dbos>=0.20.0a7",
6+
"dbos>=0.20.0a8",
77
"streamlit>=1.41.1",
88
"plotly>=6.0.0",
99
]

‎python/earthquake-tracker/tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ def dbos():
6666
reset_database(config)
6767
run_migrations(config)
6868
DBOS(config=config)
69+
DBOS.reset_system_database()
6970
DBOS.launch()

0 commit comments

Comments
 (0)
Please sign in to comment.