Skip to content

Commit

Permalink
remove stale dependency on "sure"
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Sep 13, 2024
1 parent 6e2ffd4 commit 1005927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def run_setup(extensions):
include_package_data=True,
install_requires=dependencies,
extras_require=_EXTRAS_REQUIRE,
tests_require=['pytest', 'PyYAML', 'pytz', 'sure'],
tests_require=['pytest', 'PyYAML', 'pytz'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down
1 change: 0 additions & 1 deletion tests/integration/cqlengine/test_timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from datetime import timedelta, datetime
from unittest import mock
import sure
from uuid import uuid4

from cassandra.cqlengine import columns
Expand Down

0 comments on commit 1005927

Please sign in to comment.