Skip to content

Commit b03a94e

Browse files
committed
check with socket disabled
1 parent 996e64e commit b03a94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: help
1111
TEST_FILE ?= tests/unit_tests/
1212

1313
test:
14-
uv run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
14+
uv run pytest $(TEST_FILE)
1515

1616
test_watch:
1717
uv run ptw . -- $(TEST_FILE)

0 commit comments

Comments
 (0)