-
Notifications
You must be signed in to change notification settings - Fork 1.7k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Please do not install tests #1208
Comments
Do you use the debian packaged version of searx? |
No, I am creating the FreeBSD port, and it can't be installing tests. |
In the Debian package we just patch searx to not install tests. In fact we don't install lots of things. Our full diff against diff --git a/setup.py b/setup.py
index 6466d1f..1b0ae30 100644
--- a/setup.py
+++ b/setup.py
@@ -51,23 +51,9 @@ setup(
},
package_data={
'searx': [
- 'settings.yml',
- '../README.rst',
- '../requirements.txt',
- '../requirements-dev.txt',
'data/*',
'plugins/*/*',
- 'static/*.*',
- 'static/*/*.*',
- 'static/*/*/*.*',
- 'static/*/*/*/*.*',
- 'static/*/*/*/*/*.*',
- 'templates/*/*.*',
- 'templates/*/*/*.*',
- 'tests/*',
- 'tests/*/*',
- 'tests/*/*/*',
- 'translations/*/*/*'
+ 'translations/*/*/*.mo'
],
}, |
I patched the upcoming FreeBSD package too. This bug is meant to "upstream" this, so that distros don't all need to patch. BTW, |
We patch them out in Debian because:
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I am getting the message:
There is no need to install
tests
; they only conflict with other packages that do the same.Version 0.14.0.
The text was updated successfully, but these errors were encountered: