-
Notifications
You must be signed in to change notification settings - Fork 52
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
Core upgrade of pyproject.toml
#1229
Merged
daquinteroflex
merged 29 commits into
flexcompute:poetry_upgrade
from
daquintero:docs_improvement_suggestions
Nov 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4ce6eaf
FEAT: Easy badge updates
daquintero e93ce2f
FEAT: Upgraded all labels
daquintero eee3b5a
FEAT: A few more fun labels
daquintero 476c363
FEAT: First draft at a pyproject.toml without poetry and dynamic config
daquintero c4de44b
FEAT: Backbone poetry pyproject.toml
daquintero c26d58d
FEAT: Pre verification tests
daquintero 27e8759
FEAT: How equivalent is this?
daquintero b4a0607
FIX: Something is getting installed except the poetry.extras
daquintero 4e8f3ad
FEAT: Working pyproject.toml base installation :rocket:
daquintero 103384f
FEAT: Integrated old pyproject.toml into new pyproject.toml
daquintero 388b6de
FEAT: Working core pyproject.toml installation mostly equivalent
daquintero 598b1f0
FEAT: Upgraded to the new group dependencies vs devdependencies in po…
daquintero af2ef93
Removed double dev dependencies
daquintero 5a12062
FEAT: Tests passing in python 3.10
daquintero d57902d
FEAT: Ready to merge
daquintero 395a713
FEAT: Included documentation dependencies
daquintero 94aa817
FIX: Reverified poetry build including now docs requirements and test…
daquintero 344e515
FEAT: Upgrade tox.ini and github actions to test with poetry
daquintero 1503e4b
FIX: Something going wrong with the poetry install
daquintero 052596e
FIX: Something going wrong with the poetry install, integrated exampl…
daquintero 9814957
FIX: Something going wrong with the poetry install, integrated exampl…
daquintero 6ef064f
FIX: Something going wrong with the poetry remove support 3.7
daquintero b0b8bdf
FIX: Something going wrong with the poetry remove support 3.7 typo
daquintero 9c675ee
FIX: Something going wrong with the poetry remove support below 3.10,…
daquintero 564935e
FIX: Something going wrong with the poetry remove support below 3.10,…
daquintero e4fe95b
FIX: Something going wrong with the poetry remove support below 3.10,…
daquintero 0a6a776
FIX: Sort out github actions tk envrionment from tox port
28509ea
FIX: Fixed pip extra install
daquinteroflex 0a77a4b
BUG: First attempt fix python support >3.8
daquinteroflex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we stopped using
pylint
by the way, since it stopped working properly withpydantic
2.*. Something maybe you could also look at if you have time.