File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ allowlist_externals =
210
210
211
211
[testenv:build_graphql_schema]
212
212
description = Export GraphQL schema to a file (Python 3.9)
213
+ recreate = true
213
214
basepython = python3.9
214
215
changedir = app
215
216
deps =
@@ -222,6 +223,7 @@ commands =
222
223
223
224
[testenv:build_openapi_schema]
224
225
description = Export OpenAPI schema to a file (Python 3.9)
226
+ recreate = true
225
227
basepython = python3.9
226
228
changedir = schemas
227
229
commands_pre =
@@ -306,6 +308,7 @@ commands =
306
308
307
309
[testenv:openapi_codegen_for_python_client]
308
310
description = Generate data models from OpenAPI schema for Python client
311
+ recreate = true
309
312
changedir = packages/phoenix-client/src/phoenix/client/__generated__/
310
313
commands_pre =
311
314
@@ -335,6 +338,7 @@ commands =
335
338
336
339
[testenv:graphql_codegen_for_python_tests]
337
340
description = Generate data models from GraphQL schema for Python tests
341
+ recreate = true
338
342
changedir = tests/__generated__/graphql/
339
343
commands =
340
344
uv pip list -v
You can’t perform that action at this time.
0 commit comments