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

DM-35327: Switch to pyproject.toml and add optional dependencies #24

Merged
merged 10 commits into from Jun 27, 2022

Conversation

timj
Copy link
Member

@timj timj commented Jun 24, 2022

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

timj added 3 commits June 24, 2022 14:28
Everything except flake8 can move to pyproject.toml.
To avoid confusion with tooling finding a setup.cfg, move
the flake8 configuration to the standard .flake8 location.
"pip install -e" does not yet work for setuptools unless a
setup.cfg file exists even if that setup.cfg contains no
configuration. Restore the file with the flake8 content.
@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #24 (178f3de) into main (44e21cf) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   86.20%   86.21%           
=======================================
  Files          22       22           
  Lines        2726     2727    +1     
  Branches      542      542           
=======================================
+ Hits         2350     2351    +1     
  Misses        297      297           
  Partials       79       79           
Impacted Files Coverage Δ
python/lsst/resources/__init__.py 100.00% <100.00%> (ø)

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 44e21cf...178f3de. Read the comment docs.

@timj timj merged commit 3c78941 into main Jun 27, 2022
@timj timj deleted the tickets/DM-35327 branch June 27, 2022 22:25
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.

None yet

2 participants