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 falcon request usage according to falcon package changes #24

Merged
merged 2 commits into from
May 5, 2019

Conversation

Matityahul
Copy link
Contributor

Falcon changed their API for bounded stream and it upgraded automatic to falcon latest version.
Therefore, I did the follow:

  • Specified certain versions for the required python packages (currently latest versions for each package) to avoid bugs like that in the future and
  • Fixed the falcon request bounded stream usage

#23

@Matityahul
Copy link
Contributor Author

Matityahul commented May 5, 2019

@jgontrum Can you please take a look at the reason of the tests failure, it has nothing to do with my changes, the docker could not login.
I'm not sure whether the user and password that set on travis server are valid.

@jgontrum jgontrum merged commit a60690d into jgontrum:master May 5, 2019
@jgontrum
Copy link
Owner

jgontrum commented May 5, 2019

@Matityahul First of all: Thanks a lot for fixing it! The reason for the build error was that the Docker login can only be used if it was issued from my account (probably to prevent leaking the password). I also had no problems building it locally and we'll see in a few minutes if the Trevis builds went alright :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants