Commit
399b7dd82601ca69d6acda3b06cc7d2128f35210
Exists in
master
and in
31 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Added behave to tests deps
| @@ -36,6 +36,7 @@ TEST_REQUIREMENTS = [ |
| @@ -36,6 +36,7 @@ TEST_REQUIREMENTS = [ |
36
| 'coveralls>=0.5', |
36
| 'coveralls>=0.5', |
37
| 'flake8>=2.3.0', |
37
| 'flake8>=2.3.0', |
38
| 'mock>=1.0.1', |
38
| 'mock>=1.0.1', |
| |
39
| + 'behave>= 1.2.0', |
39
| 'behave_django>=0.2.2', |
40
| 'behave_django>=0.2.2', |
40
| ] |
41
| ] |
41
| |
42
| |