Skip to content

Commit b346869

Browse files
committed
MAINT: Disable etelemetry on pytest
1 parent 13ca038 commit b346869

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdcflows/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
import pytest
2929
from bids.layout import BIDSLayout
3030

31+
# disable ET
32+
os.environ['NO_ET'] = '1'
33+
3134
test_data_env = os.getenv("TEST_DATA_HOME", str(Path.home() / "sdcflows-tests"))
3235
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
3336
test_workdir = os.getenv("TEST_WORK_DIR")

0 commit comments

Comments
 (0)