← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~bastian-germann/openlp/unexport-tests into lp:openlp

 

Bastian Germann has proposed merging lp:~bastian-germann/openlp/unexport-tests into lp:openlp.

Commit message:
Do not export any tests* module

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~bastian-germann/openlp/unexport-tests/+merge/357912

A change to CI or packaging may be required if something depends on the tests/* modules to be available on an installation.
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~bastian-germann/openlp/unexport-tests into lp:openlp.
=== modified file 'setup.py'
--- setup.py	2018-10-16 20:07:00 +0000
+++ setup.py	2018-10-27 21:49:07 +0000
@@ -188,7 +188,7 @@
     author_email='raoulsnyman@xxxxxxxxxx',
     url='https://openlp.org/',
     license='GNU General Public License',
-    packages=find_packages(exclude=['ez_setup', 'tests']),
+    packages=find_packages(exclude=['ez_setup', 'tests*']),
     py_modules=['run_openlp'],
     include_package_data=True,
     zip_safe=False,


Follow ups