vault backup: 2025-01-16 11:59:28
This commit is contained in:
@ -33,7 +33,13 @@ tags:
|
|||||||
# author: deng
|
# author: deng
|
||||||
# date : 20250110
|
# date : 20250110
|
||||||
|
|
||||||
import nox
|
import nox
|
||||||
|
|
||||||
|
|
||||||
|
nox.options.sessions = [
|
||||||
|
'test_flexibility'
|
||||||
|
]
|
||||||
|
nox.options.report = 'report.json'
|
||||||
|
|
||||||
|
|
||||||
@nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])
|
@nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])
|
||||||
|
Reference in New Issue
Block a user