commit:     e466d8e9d2f2a09b7d8027fccbf508f5bbd2db9b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Mar 29 18:01:18 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 19:51:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e466d8e9

dev-python/netcdf4-python: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/20183
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/netcdf4-python-1.5.5-tests.patch         | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch 
b/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch
deleted file mode 100644
index ff0085c7a1f..00000000000
--- a/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-# tst_diskless.py fails and tst_dap.py requires network
---- a/test/run_all.py
-+++ b/test/run_all.py
-@@ -16,9 +16,6 @@ if python3:
- else:
-     test_files.remove('tst_unicode3.py')
-     sys.stdout.write('not running tst_unicode3.py ...\n')
--if __netcdf4libversion__ < '4.2.1' or __has_parallel4_support__ or 
__has_pnetcdf_support__:
--    test_files.remove('tst_diskless.py')
--    sys.stdout.write('not running tst_diskless.py ...\n')
- if not __has_nc_inq_path__:
-     test_files.remove('tst_filepath.py')
-     sys.stdout.write('not running tst_filepath.py ...\n')
-@@ -29,14 +26,11 @@ if not __has_cdf5_format__ or struct.calcsize("P") < 8:
-     test_files.remove('tst_cdf5.py')
-     sys.stdout.write('not running tst_cdf5.py ...\n')
- 
--# Don't run tests that require network connectivity
--if os.getenv('NO_NET'):
--    test_files.remove('tst_dap.py');
--    sys.stdout.write('not running tst_dap.py ...\n')
--else:
--    # run opendap test first (issue #856).
--    test_files.remove('tst_dap.py')
--    test_files.insert(0,'tst_dap.py')
-+test_files.remove('tst_diskless.py')
-+sys.stdout.write('not running tst_diskless.py ...\n')
-+
-+test_files.remove('tst_dap.py');
-+sys.stdout.write('not running tst_dap.py ...\n')
- 
- # Build the test suite from the tests found in the test files.
- testsuite = unittest.TestSuite()

Reply via email to