File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757# otherwise run all the sessions.
5858if [[ -n " ${SPANNER_DATABASE_DIALECT:- } " ]]; then
5959 export SPANNER_DATABASE_DIALECT = ${SPANNER_DATABASE_DIALECT:- }
60+ fi
61+
6062if [[ -n " ${NOX_SESSION:- } " ]]; then
6163 python3 -m nox -s ${NOX_SESSION:- }
6264else
Original file line number Diff line number Diff line change @@ -280,7 +280,6 @@ def system(session):
280280 f"--junitxml=system_{ session .python } _sponge_log.xml" ,
281281 system_test_path ,
282282 * session .posargs ,
283- env = {"SPANNER_DATABASE_DIALECT" : database_dialect },
284283 )
285284 if system_test_folder_exists :
286285 session .run (
@@ -289,7 +288,6 @@ def system(session):
289288 f"--junitxml=system_{ session .python } _sponge_log.xml" ,
290289 system_test_folder_path ,
291290 * session .posargs ,
292- env = {"SPANNER_DATABASE_DIALECT" : database_dialect },
293291 )
294292
295293
You can’t perform that action at this time.
0 commit comments