Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit c632d91

Browse files
Mauro Dogliomaurodoglio
authored andcommitted
Pin moto version
This is to circumvent an upstream issue with a required library (aws-xray-sdk) that is pinned to a version not available on pypi anymore.
1 parent 63006f3 commit c632d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
setup_requires=['pytest-runner', 'setuptools_scm'],
2323
# put pytest last to workaround this bug
2424
# https://bitbucket.org/pypa/setuptools/issues/196/tests_require-pytest-pytest-cov-breaks
25-
tests_require=['mock', 'pytest-timeout', 'moto', 'responses', 'scipy', 'pytest'],
25+
tests_require=['mock', 'pytest-timeout', 'moto<=1.1.22', 'responses', 'scipy', 'pytest'],
2626
)

0 commit comments

Comments
 (0)