Skip to content

Commit

Permalink
Merge pull request #381 from tofu-rocketry/remove-mock-req
Browse files Browse the repository at this point in the history
Remove mock requirement and update coveralls version
  • Loading branch information
tofu-rocketry authored Nov 29, 2024
2 parents 76baabc + f353c7a commit ae67193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Additional requirements for the unit and coverage tests

coveralls<=1.2.0
mock<4.0.0 # Pinned because version 4 dropped support for Python 2.7
coveralls<=3.3.1 # Last Python 3.6 version
codecov
pre-commit
3 changes: 1 addition & 2 deletions test/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import tempfile
from textwrap import dedent
import unittest

import mock
import unittest.mock as mock

import ssm.agents
from ssm.ssm2 import Ssm2Exception
Expand Down

0 comments on commit ae67193

Please sign in to comment.