Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 61d0e33

Browse files
authored
don't install the tests extras by default when running develop_install (#82)
1 parent d11c91a commit 61d0e33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyctdev/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ def get_tox_deps(env,hack_one=False):
8383
'long':'options',
8484
'short': 'o',
8585
'type':list,
86-
# TODO: confusing to do this, because it means no way to have
87-
# none
88-
'default':['tests']
86+
'default':[]
8987
}
9088

9189
# the hack for above default

0 commit comments

Comments
 (0)