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: Fixed package versioning of databases #39

Merged
merged 1 commit into from
Nov 17, 2020
Merged

fix: Fixed package versioning of databases #39

merged 1 commit into from
Nov 17, 2020

Conversation

frgfm
Copy link
Member

@frgfm frgfm commented Nov 17, 2020

In #38, tests were failing apparently because of a missing psycopg2 dependency. So I checked the last previous PR successfully building which is #37:

The build of 37 (https://github.com/pyronear/pyro-api/pull/37/checks?check_run_id=1408361256) installs databases v0.4.0 while the other (https://github.com/pyronear/pyro-api/pull/38/checks?check_run_id=1411729940) installs version 0.4.1. I checked locally and adding an upper bound constraint fixes the issue.

Any feedback is welcome!

@frgfm frgfm added type: fix Something isn't working topic: build Related to build, installation & CI labels Nov 17, 2020
@frgfm frgfm added this to the 0.1.0 milestone Nov 17, 2020
@frgfm frgfm self-assigned this Nov 17, 2020
@codecov
Copy link

codecov bot commented Nov 17, 2020

Codecov Report

Merging #39 (7eaa6d6) into master (4f6b04b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   89.83%   89.83%           
=======================================
  Files          19       19           
  Lines         551      551           
=======================================
  Hits          495      495           
  Misses         56       56           
Flag Coverage Δ
unittests 89.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f6b04b...7eaa6d6. Read the comment docs.

Copy link
Contributor

@florianriche florianriche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what is the root cause? What behavior/signature change; raises this error?

@frgfm
Copy link
Member Author

frgfm commented Nov 17, 2020

@florianriche not specifically, they seem to have change psycopg2 dependency in encode/databases#256 🤷‍♂️

@frgfm frgfm merged commit 08349f5 into master Nov 17, 2020
@frgfm frgfm deleted the docker-fix branch November 17, 2020 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: build Related to build, installation & CI type: fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants