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

Declare dateutil dependency #528

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Declare dateutil dependency #528

merged 1 commit into from
Sep 1, 2021

Conversation

osma
Copy link
Member

@osma osma commented Sep 1, 2021

The http backend uses dateutil (since PR #432). This library was previously pulled in indirectly via alembic that optuna depends on. But the latest version of alembic makes this dependency optional, so it's no longer installed alongside optuna - and now installs are broken and CI tests are failing.

In any case, it's good practice to declare explicit dependencies to all the modules used in the codebase.

@osma osma added the bug label Sep 1, 2021
@osma osma added this to the 0.55 milestone Sep 1, 2021
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@osma osma self-assigned this Sep 1, 2021
@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #528 (517fbdc) into master (0498081) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #528   +/-   ##
=======================================
  Coverage   99.52%   99.52%           
=======================================
  Files          82       82           
  Lines        5874     5874           
=======================================
  Hits         5846     5846           
  Misses         28       28           

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 0498081...517fbdc. Read the comment docs.

@osma osma merged commit 739a13b into master Sep 1, 2021
@osma osma deleted the fix-dateutil-dependency branch September 1, 2021 12:35
@juhoinkinen juhoinkinen modified the milestones: 0.55, 0.54 Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants