Skip to content

Commit c4c029c

Browse files
committed
test: add commented-out PYTHONDONTWRITEBYTECODE
Signed-off-by: Yves Bastide <[email protected]>
1 parent 7964332 commit c4c029c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/test

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
# TODO out of CI/container:
4+
# fd -g '*.pyc' -I | xargs rm
5+
# export PYTHONDONTWRITEBYTECODE=1
6+
37
# The AWS_DEFAULT_REGION parameter determines the region used for SWF
48
# Leaving it to a value different than "us-east-1" would break moto,
59
# because moto.swf only mocks calls to us-east-1 region for now.
@@ -26,7 +30,7 @@ export SIMPLEFLOW_VCR_RECORD_MODE=none
2630
# Disable jumbo fields
2731
export SIMPLEFLOW_JUMBO_FIELDS_BUCKET=""
2832

29-
# Prevent Travis from overriding boto configuration
33+
# Prevent CI from overriding boto configuration
3034
export BOTO_CONFIG=/dev/null
3135

3236
PYTHON=${PYTHON:-python}

0 commit comments

Comments
 (0)