Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix timeout issue #593

Merged
merged 4 commits into from
Jun 4, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
release not available yet :(
  • Loading branch information
thehesiod committed Jun 4, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 5e0a90acf48e73177385d14995baa586c82b3ed5
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ flake8==3.5.0

# we specify flask directly and don't use moto[server] as we want to fix the flask version
Flask==0.12.2
moto==1.3.3

# until release with https://github.com/spulec/moto/pull/1611 is available
git+git://github.com/spulec/moto.git@80929292584ee78affc07643d16fae6bb31b4014#egg=moto

pytest-cov==2.5.1
pytest==3.4.1
Expand Down