Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Revert using distribute in tests now ez_setup.py is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Jan 21, 2011
1 parent 743436f commit 5ede515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests_paste.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Then use paster. Eggs are placed in our freshly created eggs directory:
>>> # Use a specific grok version, because 'current' will change at some
>>> # point in the future.
>>> executable = [os.path.join(current_dir, 'bin', 'grokproject')]
>>> opts = ['--use-distribute=True', '--user=a', '--passwd=a', '--eggs-dir=' + eggsdir]
>>> opts = ['--user=a', '--passwd=a', '--eggs-dir=' + eggsdir]
>>> version = [
... '--version-url=http://grok.zope.org/releaseinfo/1.3/versions.cfg']
>>> sh(executable + opts + version + ['GrokExample'])
['...grokproject',
'--use-distribute=True',
'--user=a',
'--passwd=a',
'--eggs-dir=...grokproject-test-eggs',
Expand Down

0 comments on commit 5ede515

Please sign in to comment.