Skip to content

Commit

Permalink
Remove mock dependency from pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 5, 2023
1 parent 154dc1a commit 7ef7110
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project_id/app/tests/helpers/commonhelper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mock import mock
from unittest import mock

__author__ = "Alex Laird"
__copyright__ = "Copyright 2019, Helium Edu"
Expand Down
3 changes: 2 additions & 1 deletion project_id/app/tests/views/apis/testcasestatusviews.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import json

from unittest import mock

from django.db import IntegrityError
from django.urls import reverse
from mock import mock
from rest_framework import status
from rest_framework.test import APITestCase

Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pyngrok==7.0.3
mock==5.0.2
coverage
coverage

0 comments on commit 7ef7110

Please sign in to comment.