Skip to content

Commit

Permalink
fix(test): add pydantic-settings as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ionicsolutions committed Sep 10, 2023
1 parent 3b9b84b commit 9ed7bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion experiment-tracker/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import png
import pytest
from pydantic import BaseSettings
from pydantic_settings import BaseSettings


class TestSettings(BaseSettings):
Expand Down
1 change: 1 addition & 0 deletions experiment-tracker/tests/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest
pydantic
pydantic-settings
pypng
aiohttp
pytest-asyncio
Expand Down

0 comments on commit 9ed7bde

Please sign in to comment.