vault backup: 2025-01-10 08:01:26

This commit is contained in:
2025-01-10 08:01:26 +08:00
parent 6f0e082413
commit 6f1a9d3321
4 changed files with 51 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

View File

@ -0,0 +1,19 @@
---
author: deng
date: "20250109"
category: Note
tags:
- Python
- Nox
- FlexibleTest
- Versioning
---
![cover](resources/nox.png)
[image resource](https://nox.thea.codes/en/stable/index.html)
- Abstract
- 在將Python專案打包時會遇到填寫依賴套件及其版本的問題開發者必須逐一測試Python版本與依賴套件版本之間甚至是跨平台不同組合的可運行性而Nox正是為了可以將此流程自動化而生
- Concept
- Steps
- Note