Commit Graph

59 Commits

Author SHA1 Message Date
nicolargo e74dcc0060 Add comment for Git action tests 2025-12-20 15:19:58 +01:00
nicolargo 34c3c11725 Make unit test with Python 3.13 on Windows 2025-11-10 11:16:07 +01:00
nicolargo de0b1ef2da Make unit test with Python 3.14 on Windows and MacOS 2025-11-10 11:08:37 +01:00
nicolargo 227dedb41b Try to use Python 3.14 in the CI 2025-10-18 14:00:18 +02:00
Nicolas Hennion d28f3056a7
Merge pull request #3287 from nicolargo/renovate/macos-15.x
chore(deps): update dependency macos to v15
2025-09-28 16:40:10 +02:00
renovate[bot] b6db99cbb8
Update dependency macos to v15 2025-09-25 16:35:06 +00:00
renovate[bot] 55c3b9c0ab
Update actions/setup-python action to v6 2025-09-25 16:35:01 +00:00
renovate[bot] dbba6e0673
Update actions/checkout action to v5 2025-08-11 18:55:38 +00:00
renovate[bot] d2de1424fb Update dependency windows to v2025 2025-07-05 10:32:10 +02:00
renovate[bot] daf6964f14 Update dependency ubuntu to v24 2025-07-05 10:32:10 +02:00
nicolargo 3b67eb1c79 Remove test on Windows and Python 3.13 2024-12-29 15:09:58 +01:00
nicolargo b77d1b36b3 Semgrep is not available on Windows 2024-12-29 13:15:16 +01:00
nicolargo 797b0d06b1 Add memory leak unitary test 2024-12-29 13:07:54 +01:00
nicolargo b33cd3fd2b Add dep for run test in CI 2024-12-28 18:20:20 +01:00
nicolargo 1624e66f48 Improve unittest #2757 2024-12-28 18:08:52 +01:00
nicolargo 8276ddd184 Enable PyTest in the Github pipeline 2024-12-26 11:08:06 +01:00
Ariel Otilibili b537f454c1 Bumped minimal Python version to 3.9
* Python 3.8 is now end of life [Link]
* changed occurrences found with `git grep -P '[^\d\.]3\.8[^\d]'`
* so doing, removed unused branch in `glances/outputs/glances_restful_api.py`
* branch introduced by f6545580db
* ruff also needs a bump; i.e, `s/py38/py39/`
* not done yet, since it needs to clear out warnings.

Link: https://devguide.python.org/versions/
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-11-08 15:19:40 +01:00
Branch Vincent 04a1770ebd
Add 3.13 support 2024-10-20 12:30:55 -07:00
nicolargo 48103f167e Only test latest Python version on MacOS 2024-06-29 16:43:47 +02:00
Bharath Vignesh J K f31b767e0e chg: github-actions to use ruff 2024-05-17 04:41:31 +05:30
nicolargo af4765db8a Remove unitest shell script - Use Makefile instead 2024-05-07 14:07:08 +02:00
nicolargo 8e8d4ce89b Rename unitest to unittest - Related to #2757 2024-05-07 14:01:36 +02:00
nicolargo d91663a428 Comment FreeBSD test (not working) and upgrade CI 2024-05-06 10:41:38 +02:00
nicolargo 4df945f52e Improve Github action unit test on FreeBSD systems #2749 2024-05-06 10:25:29 +02:00
nicolargo 66bc871488 Fix OS version for the Github tests / Only build Docker images on official architecture (remove i386) / Test if #2735 is corrected 2024-05-02 09:08:04 +02:00
nicolargo 3aa6be7361 Remove Windows unitary test because Gitgub CI action is broken 2024-04-30 16:04:36 +02:00
nicolargo 8e0943454d Add UT for MacOS in the CI (correct duplicated section in the test file) 2024-03-23 11:15:04 +01:00
nicolargo af8111ba8f Add UT for MacOS in the CI 2024-03-23 11:12:07 +01:00
nicolargo c591461fde Add Cyber scan (Trivy) github action 2024-03-10 19:55:02 +01:00
nicolargo 365eb11eb4 Add CI pipeline 4 2024-03-10 17:02:43 +01:00
nicolargo 1841592d5b Add CI pipeline 2024-03-10 16:52:31 +01:00
nicolargo ea4f11a08b Add CI pipeline 2024-03-10 16:48:53 +01:00
nicolargo 2b641f4b5e Remove Python 3.12 because test not working on Windows 2023-10-07 09:00:36 +02:00
nicolargo 62fd5aaee8 Add Python 3.12 support in UnitTest for Windows OS 2023-10-07 08:48:48 +02:00
nicolargo 17fb3c8d60 Add Python 3.12 support in UnitTest 2023-10-07 08:42:22 +02:00
renovate[bot] 2fcaa74924
chore(deps): update actions/checkout action to v4 2023-09-04 14:43:42 +00:00
nicolargo da4763da59 Minimum Python version is 3.8 (also for Windows) 2023-08-19 17:57:25 +02:00
nicolargo 9d1a28d626 Minimum Python version is 3.8 2023-08-19 17:55:21 +02:00
Bharath Vignesh J K 0e5551364d chg: workflow (test) - drop support for older py versions
some older versions creeped in during the merge
2023-05-10 01:39:14 +05:30
Bharath Vignesh J K a08d3dc546 Merge from develop 2023-05-10 01:13:38 +05:30
Bharath Vignesh J K ef3fe253fb add: workflow (test) - windows tests 2023-05-09 02:44:48 +05:30
nicolargo f4873cef08 Improve Lint 2023-05-01 10:12:09 +02:00
nicolargo 440fb972ce Drop UT for Python 3.5 and 3.6 (no more available in Ubuntu 22.04) 2022-12-12 11:00:52 +01:00
nicolargo 30f7dbc566 Solve conflicts 2022-10-29 11:13:13 +02:00
Nicolas Hennion 1256f38b15
Merge pull request #2169 from nicolargo/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2022-10-29 09:52:45 +02:00
renovate[bot] 7f3d847896
Update actions/setup-python action to v4 2022-10-25 17:10:32 +00:00
renovate[bot] 5b8db6b395
Update actions/checkout action to v3 2022-10-25 13:44:28 +00:00
nicolargo dfe0f642ea Resolv first conflict 2022-07-26 10:37:44 +02:00
nicolargo 678f6da3a9 Disable Pyright on the Git actions pipeline 2022-07-10 18:52:23 +02:00
Sylvain MOUQUET 3237d2aedf
chore: add pyright 2022-07-10 11:34:56 +02:00