Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please do not install tests into the 'test' directory #160

Open
yurivict opened this issue Mar 25, 2022 · 0 comments
Open

Please do not install tests into the 'test' directory #160

yurivict opened this issue Mar 25, 2022 · 0 comments

Comments

@yurivict
Copy link

This makes oddt to conflict with other packages, see this FreeBSD bug report.

This patch removes tests:

--- setup.py.orig	2022-03-25 17:16:33 UTC
+++ setup.py
@@ -9,7 +9,7 @@ setup(name='oddt',
       author_email='mwojcikowski@ibb.waw.pl',
       url='https://github.com/oddt/oddt',
       license='BSD',
-      packages=find_packages(),
+      packages=find_packages(exclude=['test*']),
       package_data={'oddt.scoring.functions': ['NNScore/*.csv',
                                                'RFScore/*.csv',
                                                'PLECscore/*.json',
@yurivict yurivict changed the title Please do not install test into a 'test' directory Please do not install tests into a 'test' directory Mar 25, 2022
@yurivict yurivict changed the title Please do not install tests into a 'test' directory Please do not install tests into the 'test' directory Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant