Skip to content

Commit

Permalink
Add tblib to dev deps to show tracebacks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Apr 25, 2023
1 parent e17a830 commit 16c3fdb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lego/apps/ical/viewsets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from datetime import timedelta

from django.db.models import FilteredRelation, Q
from django.db.models import Q
from django.utils import timezone
from rest_framework import decorators, permissions, viewsets
from rest_framework.permissions import IsAuthenticated
Expand Down
33 changes: 20 additions & 13 deletions 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 @@ -71,6 +71,7 @@ coreapi = "2.3.3"
[tool.poetry.group.dev.dependencies]
django-debug-toolbar = "4.0.0"
tox = "4.5.0"
tblib = "^1.7.0"

[tool.poetry.group.coverage.dependencies]
coverage = "7.2.3"
Expand Down

0 comments on commit 16c3fdb

Please sign in to comment.