Skip to content

Commit

Permalink
✅ Several CI test related fixes
Browse files Browse the repository at this point in the history
* add missing faker test dependency
* fix zgw_consumers import error in tests
  • Loading branch information
stevenbal committed Sep 20, 2024
1 parent a878cc4 commit 30bb60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install_requires =
djangorestframework_camel_case>=1.2.0
gemma-zds-client>=0.15.0
zgw-consumers
Faker>=0.7.0
tests_require =
psycopg2
pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
from rest_framework.test import APIClient
from zgw_consumers.constants import APITypes
from zgw_consumers.service import Service
from zgw_consumers.models import Service

from notifications_api_common.models import NotificationsConfig
from testapp import urls # noqa
Expand Down

0 comments on commit 30bb60b

Please sign in to comment.