-
Notifications
You must be signed in to change notification settings - Fork 3
build: test built version #54
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
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
6ff042a
Fix pyproject.toml config
bonjourmauko aaa58c1
Generate lock
bonjourmauko 69998e5
Ensure sync of deps
bonjourmauko b00f68e
Fix line warning
bonjourmauko fc805b4
Make tests pass
bonjourmauko d2de4d0
Use semver for dependencies
bonjourmauko 317c218
Ignore .tox files
bonjourmauko 9f1b9be
Add tox config
bonjourmauko 03c6b2e
Fix pytest dependencies
bonjourmauko 1c80b90
Let tox build the package
bonjourmauko 3e6031d
Test in isolation
bonjourmauko 84e2f89
Fix lint in ci
bonjourmauko 31ca7ec
Fix tox env definition
bonjourmauko b471dd2
Fix workflow
bonjourmauko bfd85bd
Fix tox.ini
bonjourmauko 8151f9a
Fix symbolic links visibility
bonjourmauko 7b6a11e
Add test-api to tox
bonjourmauko fdcb1a2
Use poetry to run linters
bonjourmauko afd712e
Use poetry for build & publish
bonjourmauko eb57ea5
Run tasks with poetry
bonjourmauko 9d6dcad
Update README
bonjourmauko 988b986
Bump version
bonjourmauko 98789ae
Do not ignore poetry.lock
bonjourmauko 9c49ab7
Fix build
bonjourmauko 1f6df83
Do not make build require build
bonjourmauko 0966120
Add tox.ini to the cache
bonjourmauko 1f39711
Fix linter
bonjourmauko 2f8a953
Try to fix the test cache
bonjourmauko d38aaa0
Fix pip install in tox.ini
bonjourmauko 38a5a3f
Add Makefile to the cache
bonjourmauko e9302dd
Update README.md
bonjourmauko 29ea784
Simplify smoke test
bonjourmauko 53a2be7
Merge branch 'master' into add-poetry
bonjourmauko 125e138
chore: fix linting warnings
bonjourmauko 33bf4e3
chore: type in README.md
bonjourmauko 8e9089f
ci:add lint to tox
bonjourmauko a76e65d
ci: fix cache
bonjourmauko 7d6dc5e
ci: fix poetry install
bonjourmauko fbf7165
ci: fix tox lint
bonjourmauko 66d3d2e
build: add .yamllint
bonjourmauko 86c2ec9
fix: package name
bonjourmauko 99f6490
fix: poetry tasks
bonjourmauko 22b4476
chore: update deps
bonjourmauko eb615ea
build: update lock
bonjourmauko 3bd47e5
docs: add poetry
bonjourmauko 2b92a88
style: format pyproject.toml
bonjourmauko 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -3,5 +3,6 @@ | |
| *.pyc | ||
| .idea | ||
| .python-version | ||
| .tox | ||
| build | ||
| dist | ||
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,2 @@ | ||
| --- | ||
| extends: relaxed | ||
bonjourmauko marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
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.