Skip to content

Commit e9b96cf

Browse files
committed
minor
1 parent 2c85e3f commit e9b96cf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/service-library/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@ test-ci[all]: ## runs unit tests w/ all extras
123123
--log-format="%(asctime)s %(levelname)s %(message)s" \
124124
--verbose \
125125
-m "not heavy_load" \
126-
--log-cli-level=DEBUG \
127126
$(CURDIR)/tests

services/web/server/tests/unit/isolated/test_studies_dispatcher_projects_permalinks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ def app_environment(
6464
"STUDIES_ACCESS_ANONYMOUS_ALLOWED": "1",
6565
},
6666
)
67-
# NOTE: To see logs, use pytest -s --log-cli-level=DEBUG
68-
# setup_logging(level=logging.DEBUG)
6967
print(env_vars)
7068
return env_vars
7169

0 commit comments

Comments
 (0)