vault backup: 2025-01-16 11:59:28
This commit is contained in:
parent
b374b2ded3
commit
48656883ef
|
@ -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'])
|
||||||
|
|
Loading…
Reference in New Issue