Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setuptools-rust
jinja2
boto3
boto3_type_annotations
botocore
boto3==1.20.45
botocore==1.23.45
boto3_type_annotations==0.3.1
click
requests
ruamel.yaml
Expand Down
2 changes: 2 additions & 0 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from charon.storage import PRODUCT_META_KEY, CHECKSUM_META_KEY
from tests.commons import TEST_BUCKET
from boto3_type_annotations import s3
from moto import mock_s3


SHORT_TEST_PREFIX = "ga"
Expand Down Expand Up @@ -82,6 +83,7 @@ def get_config_base(self) -> str:
return os.path.join(self.get_temp_dir(), '.charon')


@mock_s3
class PackageBaseTest(BaseTest):
def setUp(self):
super().setUp()
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest-cov
pytest-html
flake8
requests-mock
moto
moto==3.0.2.dev12