Skip to content

Commit

Permalink
[setup,tests]: ckan#682 ckanclient improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Feb 10, 2011
1 parent e4f5844 commit 064499c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckan/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def _recreate_ckan_server_testdata(cls, config_path):
cls._paster('db clean', config_path)
cls._paster('db init', config_path)
cls._paster('create-test-data', config_path)
cls._paster('search-index rebuild', config_path)

@staticmethod
def _start_ckan_server(config_file=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=[
'routes>=1.9,<=1.11.99',
'vdm>=0.9,<0.9.99',
'ckanclient>=0.1,<0.6.99',
'ckanclient>=0.1,<0.7.99',
'Pylons>=0.9.7.0,<0.9.7.99',
'Genshi>=0.6,<0.6.99',
'SQLAlchemy>=0.6,<0.6.99',
Expand Down

0 comments on commit 064499c

Please sign in to comment.