diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 78: Do not install abrek tests

Message ID 20110721151131.451.92387.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 21, 2011, 3:11 p.m. UTC
------------------------------------------------------------
revno: 78
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-21 16:49:38 +0200
message:
  Do not install abrek tests
modified:
  setup.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-06-28 19:00:32 +0000
+++ setup.py	2011-07-21 14:49:38 +0000
@@ -27,7 +27,7 @@ 
     url='https://launchpad.net/lava-test',
     description='Lava test execution framework',
     long_description=open("README").read(),
-    packages=find_packages(),
+    packages=find_packages(exclude=['tests']),
     #packages = ['lava_test', 'lava_test.test_definitions'],
     license="GPL3",
     test_suite='tests.test_suite',