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 ff318f0
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 @@ -50,6 +50,7 @@ tests_require =
isort
black
flake8
Faker>=0.7.0

[options.packages.find]
include =
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 ff318f0

Please sign in to comment.