-
Notifications
You must be signed in to change notification settings - Fork 153
Enable --only-deps with FLIT_ALLOW_INVALID #631
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
Open
dciborow
wants to merge
39
commits into
pypa:main
Choose a base branch
from
dciborow:dciborow/only-deps-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+53
−3
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
375b69a
Enable --only-deps with FLIT_ALLOW_INVALID
dciborow 0abd802
undo black
dciborow 7fa6cc0
undo black
dciborow 09255a7
fix black
dciborow f4efdea
fix black
dciborow b2c311c
Delete pyproject.toml
dciborow b958dfb
fix black
dciborow 8025d09
fix black
dciborow 2a3dbe9
fix black
dciborow 3d8820b
fix black
dciborow 10156bf
fix error message
dciborow 903b32e
unblack
dciborow e91b4d7
fix tests
dciborow 9aabad5
Update test_install.py
dciborow 7694731
Create
dciborow e90caf4
Update install.py
dciborow c1c3b50
Update test_install.py
dciborow 757d675
Update install.py
dciborow 4064a53
Update config.py
dciborow 9b5ae82
Delete Dockerfile
dciborow 3ce790e
Delete devcontainer.json
dciborow e1b2f71
Delete settings.json
dciborow 68acc55
Update missing-description-file.toml
dciborow 8f1192f
Delete only-deps.toml
dciborow d0828d7
Update test_install.py
dciborow 9f94a37
simplify error catch
dciborow 5e5ed22
fix quotes
dciborow c313a69
fix quotes
dciborow 7aaee9a
Update flit_core/flit_core/config.py
dciborow 8240510
Update common.py
dciborow 75491ea
Update common.py
dciborow 2d2d664
Update config.py
dciborow aa85c27
Update config.py
dciborow e232e55
Update common.py
dciborow c3cb99e
Update config.py
dciborow a953776
Update common.py
dciborow 8aeb880
Update missing-module.toml
dciborow d55a4a6
Update test_install.py
dciborow dc80d69
Update tests/test_install.py
dciborow 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [build-system] | ||
| requires = ["flit"] | ||
|
|
||
| [tool.flit.metadata] | ||
| module = "definitelymissingmodule" | ||
| author = "Sir Robin" | ||
| author-email = "robin@camelot.uk" | ||
| home-page = "http://github.com/sirrobin/module1" | ||
| description-file = "EG_README.rst" | ||
| requires = ["requests"] |
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.