Skip to content

Commit fda1b0a

Browse files
authored
Merge pull request #98 from mulkieran/remove-hypothesis-profile
Revert "Also profile hypothesis methods"
2 parents cd7462b + 968454a commit fda1b0a

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
@@ -1,7 +1,7 @@
11
ifeq ($(origin MONKEYTYPE), undefined)
22
PYTHON = python3
33
else
4-
PYTHON = MONKEYTYPE_TRACE_MODULES=hs_dbus_signature,hypothesis monkeytype run
4+
PYTHON = MONKEYTYPE_TRACE_MODULES=hs_dbus_signature monkeytype run
55
endif
66

77
.PHONY: lint

0 commit comments

Comments
 (0)