1
0
mirror of synced 2024-06-17 09:59:58 +02:00
TheChymera-overlay/dev-python/fslpy/files/fslpy-2.6.2-exclude_tests.patch
Horea Christian 3f9228690e
dev-python/fslpy: version bump 2.6.2 ahead of Gentoo Science
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
2019-11-04 21:41:26 +01:00

11 lines
444 B
Diff

--- a/setup.py 2019-11-04 18:56:47.407791008 +0100
+++ b/setup.py 2019-11-04 20:00:24.844224851 +0100
@@ -29,6 +29,6 @@
packages = find_packages(
- exclude=('doc', 'tests', 'dist', 'build', 'fslpy.egg-info'))
+ exclude=('doc', 'tests', 'tests.*', 'dist', 'build', 'fslpy.egg-info'))
# Figure out the current fslpy version, as defined in fsl/version.py. We
# don't want to import the fsl package, as this may cause build problems.