Commit Graph

9 Commits

Author SHA1 Message Date
Marcus Schäfer
1ec3b25e91
Remove tox dependency
tox was used as sort of a make target to run unit tests
and more in a python virtualenv. However, since we switched
everything to poetry it's no longer needed to let tox create
the python virtual environments. This commit moves the tox
targets into the Makefile and adapts the github workflow
files accordingly. In addition the scripts container based
tests were re-activated and fixed such that they succeed
again.
2024-11-05 18:03:25 +01:00
Neal Gompa
0e87fe5fa9
CI: Add testing against Python 3.13
Python 3.13 is shipping in Fedora Linux for Fedora Linux 41, so we
should ensure kiwi is tested against it. The testing setup is
based on the latest development version of 3.13 as it is not
yet released.
2024-10-23 15:40:21 +02:00
Marcus Schäfer
a501f6c330
Move workflow runs to main branch
Make sure all github actions runs from main
2024-01-09 15:35:22 +01:00
Tom Schraitle
9642d138fd Update GitHub Actions "actions/*" part
Update to the latest versions:

* actions/checkout@v3
* action/setup-python@v4
* action/cache@v3
2023-08-10 14:34:16 +02:00
Marcus Schäfer
45d64fd690
Fixed linter errors
Latest changes regarding type hints introduced linter errors.
Also adapt the workflow run which is expected to detect them
2023-08-01 09:25:59 +02:00
Marcus Schäfer
a594d5f2e7
Fix workflow run 2023-04-18 20:33:29 +02:00
Marcus Schäfer
8bfdc9bba4
Use ubuntu-20.04 as github hosted runner
It seems on ubuntu-latest no python 3.6 is available anymore
2022-12-10 21:35:19 +01:00
Marcus Schäfer
255d6d64f9 Added python 3.9, 3.10 to test workflow 2021-11-08 14:46:30 -05:00
Marcus Schäfer
80d7b5b62d
Start moving CI test from gitlab to actions
Moving the linter and unit tests to github workflows and
out of the gitlab CI system has the advantage that pull
request from forked repos will run the tests. In the long
run I think we should move away completely from gitlab CI
and use github actions as this will reduce the number of
external services used in the kiwi project. This commit
starts with the most simple parts: unit and type tests,
doc rendering and code style
2021-09-02 16:59:55 +02:00