Skip to content

Commit

Permalink
fixup! 🚧 (dashboard) install pytest and pytest-django
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorin committed Nov 7, 2024
1 parent e4bd2aa commit 037a847
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ruff = "==0.7.2"
mypy = "==1.13.0"
pre-commit = "==4.0.1"
django-stubs = {extras = ["compatible-mypy"], version = "5.1.1"}
pytest = "==8.3.3"
pytest-django = "==4.9.0"

[requires]
python_version = "3.12"
36 changes: 35 additions & 1 deletion src/dashboard/Pipfile.lock

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

0 comments on commit 037a847

Please sign in to comment.