Skip to content

Commit

Permalink
MAINT: Disable etelemetry on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed May 26, 2022
1 parent 13ca038 commit b346869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdcflows/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
import pytest
from bids.layout import BIDSLayout

# disable ET
os.environ['NO_ET'] = '1'

test_data_env = os.getenv("TEST_DATA_HOME", str(Path.home() / "sdcflows-tests"))
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
test_workdir = os.getenv("TEST_WORK_DIR")
Expand Down

0 comments on commit b346869

Please sign in to comment.