Skip to content

Commit

Permalink
do not install the tests with pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzdeee committed Feb 22, 2022
1 parent d9e3dc2 commit 6c6a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'elastalert-test-rule=elastalert.test_rule:main',
'elastalert-rule-from-kibana=elastalert.rule_from_kibana:main',
'elastalert=elastalert.elastalert:main']},
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
package_data={'elastalert': ['schema.yaml', 'es_mappings/**/*.json']},
install_requires=[
'apscheduler>=3.8.1,<4.0',
Expand Down

0 comments on commit 6c6a846

Please sign in to comment.