Skip to content

Commit

Permalink
address review comments for NO_INSTALL_REQS
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 30, 2014
1 parent 59126ef commit 8bc9592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion master/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def define_plugin_entries(groups):

if os.getenv('NO_INSTALL_REQS'):
setup_args['install_requires'] = None
setup_args['tests_require'] = None
setup_args['extras_require'] = None

setup(**setup_args)
Expand Down
1 change: 1 addition & 0 deletions slave/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@ def make_release_tree(self, base_dir, files):

if os.getenv('NO_INSTALL_REQS'):
setup_args['install_requires'] = None
setup_args['extras_require'] = None

setup(**setup_args)

0 comments on commit 8bc9592

Please sign in to comment.