mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
Restore parsed TOML assertions in Python artifact test
This commit is contained in:
@@ -30,7 +30,12 @@ Repository = "https://github.com/openai/codex"
|
||||
Issues = "https://github.com/openai/codex/issues"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest>=8.0", "datamodel-code-generator==0.31.2", "ruff>=0.11"]
|
||||
dev = [
|
||||
"pytest>=8.0",
|
||||
"datamodel-code-generator==0.31.2",
|
||||
"ruff>=0.11",
|
||||
"tomli>=2.0; python_version < '3.11'",
|
||||
]
|
||||
|
||||
[tool.hatch.build]
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user