Skip to content

Commit

Permalink
Fix tests & update test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Feb 24, 2022
1 parent 0a664fe commit 565675e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cardinal/test_plugins.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import inspect
import logging
import os
import sys

import pytest
from twisted.internet.task import defer
from twisted.internet import defer
from mock import Mock, patch

from cardinal import exceptions
Expand Down
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unit tests
mock==2.0.0
pytest==4.6.5
pytest-cov==2.7.1
pytest==7.0.1
pytest-cov==3.0.0
pytest-env==0.6.2
pytest-twisted==1.11
pytest-twisted==1.13.4

0 comments on commit 565675e

Please sign in to comment.