Skip to content

MAINT: Modernize setup #978

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

Merged
merged 8 commits into from
Oct 24, 2023
Merged

MAINT: Modernize setup #978

merged 8 commits into from
Oct 24, 2023

Conversation

bashtage
Copy link
Contributor

Move away from setup.py
Bump requirements
Update CI
Rerun black, isort, flake8

  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • passes black --check pandas_datareader

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2023

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (fdade48) 73.19% compared to head (afb86ba) 58.48%.
Report is 25 commits behind head on main.

❗ Current head afb86ba differs from pull request most recent head e65293c. Consider uploading reports for the commit e65293c to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #978       +/-   ##
===========================================
- Coverage   73.19%   58.48%   -14.71%     
===========================================
  Files          65       65               
  Lines        2932     2929        -3     
  Branches      315      463      +148     
===========================================
- Hits         2146     1713      -433     
- Misses        704     1138      +434     
+ Partials       82       78        -4     
Files Coverage Δ
pandas_datareader/__init__.py 35.00% <100.00%> (-5.91%) ⬇️
pandas_datareader/compat/__init__.py 70.27% <100.00%> (-19.21%) ⬇️
pandas_datareader/fred.py 100.00% <ø> (ø)
pandas_datareader/iex/__init__.py 63.41% <100.00%> (-9.76%) ⬇️
pandas_datareader/iex/stats.py 77.46% <ø> (-9.86%) ⬇️
pandas_datareader/tests/av/test_av_time_series.py 29.89% <ø> (ø)
pandas_datareader/tests/io/test_jsdmx.py 100.00% <ø> (ø)
pandas_datareader/tests/test_bankofcanada.py 100.00% <100.00%> (ø)
pandas_datareader/tests/test_base.py 100.00% <100.00%> (ø)
pandas_datareader/tests/test_fred.py 100.00% <100.00%> (ø)
... and 13 more

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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