Skip to content

Commit

Permalink
🧪 Turns out pytest was not set in my project, but installed globally
Browse files Browse the repository at this point in the history
  • Loading branch information
beverage committed Jul 19, 2024
1 parent 6376e24 commit da4c97a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
59 changes: 58 additions & 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 @@ -17,6 +17,7 @@ asyncio = "^3.4.3"
psycopg2 = "^2.9.9"
pylint = "^3.2.3"
backoff = "^2.2.1"
pytest = "^8.2.2"

[tool.poetry.scripts]
dbtest = "dbtest.dbtest:main"
Expand Down

0 comments on commit da4c97a

Please sign in to comment.