aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-niaaml/do-not-package-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-niaaml/do-not-package-tests.patch')
-rw-r--r--community/py3-niaaml/do-not-package-tests.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/py3-niaaml/do-not-package-tests.patch b/community/py3-niaaml/do-not-package-tests.patch
deleted file mode 100644
index f26298231ad..00000000000
--- a/community/py3-niaaml/do-not-package-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -10,12 +10,8 @@
- 'niaaml.preprocessing.encoding',
- 'niaaml.preprocessing.feature_selection',
- 'niaaml.preprocessing.feature_transform',
-- 'niaaml.preprocessing.imputation',
-- 'niaaml.tests']
-+ 'niaaml.preprocessing.imputation']
-
--package_data = \
--{'': ['*'], 'niaaml.tests': ['tests_files/*']}
--
- install_requires = \
- ['niapy>=2.0.0,<3.0.0',
- 'numpy>=1.19.1,<2.0.0',
-@@ -33,7 +29,6 @@
- 'maintainer_email': None,
- 'url': 'https://github.com/lukapecnik/NiaAML',
- 'packages': packages,
-- 'package_data': package_data,
- 'install_requires': install_requires,
- 'python_requires': '>=3.6.2,<4.0.0',
- }