ci: Provide initial Forgejo CI script #3
Labels
No labels
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Support
Type
Task
Type
Testing
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cleverlibre/clevercloud-storage#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task/enable_ci-#1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enable the unit tests
ISSUES CLOSED: #1
@ -0,0 +55,4 @@
- name: Run the tests
run: |
pyenv local 3.11.13 3.12.10 3.13.5
tox -e lint,py311,py312,py313,coverage -p all
Your versions installed above run 3.10-3.13, but your command here only runs 3.11-3.13. Should it include 3.10 as well?
Well i do not have a clear specification on what python versions to support. I was trying to reach a wider version range, but i think 3.11-3.13 may be good enough for now.
@ -21,2 +22,2 @@
black --check clevercloud_storage_framework tests
isort --check-only --profile black clevercloud_storage_framework tests
flake8 --append-config=tox.ini src/clevercloud_storage_framework
black -t py311 -t py312 -t py313 --check src/clevercloud_storage_framework
ditto above
Thanks for reporting this. I am happy with 3.11-3.13 for now.
@ -44,3 +47,2 @@
commands =
black clevercloud_storage_framework tests
isort --profile black clevercloud_storage_framework tests
black -t py311 -t py312 -t py313 src/clevercloud_storage_framework tests
ditto above
Thanks again. Same reason as above.
CoreRasurae referenced this pull request2025-09-29 20:33:38 +00:00