Skip to content

Commit 35ecafc

Browse files
authored
Merge pull request #3295 from aws/release-v1.73.0
Release 1.73.0 (to main)
2 parents 0addbea + 98480ea commit 35ecafc

File tree

6 files changed

+1693
-117
lines changed

6 files changed

+1693
-117
lines changed

pytest.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ markers =
77
slow: marks tests as slow (deselect with '-m "not slow"')
88
log_cli = 1
99
log_cli_level = INFO
10+
filterwarnings =
11+
error
12+
# From our own tests
13+
ignore:__init__ is deprecated and will be removed in a future release:DeprecationWarning
14+
ignore:deprecated_function is deprecated and will be removed in a future release, please use replacement_function:DeprecationWarning
15+
# Python 3.7 deprecation
16+
ignore::boto3.exceptions.PythonDeprecationWarning
17+
# https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292450429
18+
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
19+
# Pytest warnings
20+
ignore::pytest.PytestUnraisableExceptionWarning

samtranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.72.0"
1+
__version__ = "1.73.0"

0 commit comments

Comments
 (0)