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

[minor] Migrate to pyproject.toml #51

Merged
merged 22 commits into from
May 11, 2024
Merged

[minor] Migrate to pyproject.toml #51

merged 22 commits into from
May 11, 2024

Conversation

liamhuber
Copy link
Member

@liamhuber liamhuber commented May 10, 2024

And use this as a testing ground for improvements to the centralized CI.

  • Local env is now fully pinned; we'll rely on the release action to dynamically relax these
  • The new ability to test on more versions of python is exploited -- 3.12 is working fine
  • The new ability to test an alternate environment is used to test some older versions, allowing us to expand the pypi lower limit bounds
    • Here the renaming script is working fine, but I'm using this repo as a place to test the full release cycle, as I still haven't figured out a good and perfectly safe way to test releases (which may not exist), or even better routines for mocking them (which certainly do)

@liamhuber liamhuber marked this pull request as draft May 10, 2024 19:23
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_ontology/dependencies

@liamhuber liamhuber closed this May 10, 2024
@liamhuber liamhuber reopened this May 10, 2024
Copy link

codacy-production bot commented May 10, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.02% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (aad4e3e) 459 418 91.07%
Head commit (bdb5b1e) 458 (-1) 417 (-1) 91.05% (-0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#51) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

Include a change that would otherwise get propagated
@liamhuber liamhuber closed this May 10, 2024
@liamhuber liamhuber reopened this May 10, 2024
@liamhuber liamhuber closed this May 10, 2024
@liamhuber liamhuber reopened this May 10, 2024
@liamhuber liamhuber closed this May 10, 2024
@liamhuber liamhuber reopened this May 10, 2024
liamhuber added 2 commits May 10, 2024 15:17
Also omit the source not the tests, idiot
@liamhuber liamhuber marked this pull request as ready for review May 11, 2024 05:34
@liamhuber liamhuber changed the title Migrate to pyproject.toml [minor] Migrate to pyproject.toml May 11, 2024
@liamhuber liamhuber merged commit 5879c51 into main May 11, 2024
19 of 20 checks passed
@liamhuber liamhuber deleted the dependencies branch May 11, 2024 05:47
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