summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:39:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:39:15 +0000
commitc2b0e7c7dd989a79e655e8dd9b574edc4aacb308 (patch)
tree752c64f90fc52599ddb1271cb57e0db751078da2
parentRemoving dont-use-setuptools-scm.patch, not needed anymore with new upstream ... (diff)
downloadtqdm-c2b0e7c7dd989a79e655e8dd9b574edc4aacb308.tar.xz
tqdm-c2b0e7c7dd989a79e655e8dd9b574edc4aacb308.zip
Removing pandas2p1_ignore_warnings.patch, not needed anymore with new upstream version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/pandas2p1_ignore_warnings.patch26
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/pandas2p1_ignore_warnings.patch b/debian/patches/pandas2p1_ignore_warnings.patch
deleted file mode 100644
index c381cb8..0000000
--- a/debian/patches/pandas2p1_ignore_warnings.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Ignore warnings added in pandas 2.1
-
-Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
-Bug-Debian: https://bugs.debian.org/1053946
-Forwarded: no
-
---- tqdm-4.64.1.orig/tests/tests_pandas.py
-+++ tqdm-4.64.1/tests/tests_pandas.py
-@@ -66,6 +66,8 @@ def test_pandas_series():
- exres + " at least twice.", our_file.read()))
-
-
-+import pytest
-+@pytest.mark.filterwarnings('ignore:.*applymap has been deprecated.*:FutureWarning')
- def test_pandas_data_frame():
- """Test pandas.DataFrame.progress_apply and .progress_applymap"""
- with closing(StringIO()) as our_file:
-@@ -107,6 +109,8 @@ def test_pandas_data_frame():
- exres + " at least once.", our_file.read()))
-
-
-+@pytest.mark.filterwarnings('ignore:.*the provided callable will be used directly.*:FutureWarning')
-+@pytest.mark.filterwarnings('ignore:.*groupby with axis=1 is deprecated.*:FutureWarning')
- def test_pandas_groupby_apply():
- """Test pandas.DataFrame.groupby(...).progress_apply"""
- with closing(StringIO()) as our_file:
diff --git a/debian/patches/series b/debian/patches/series
index 8b831c6..4c7e997 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-pandas2p1_ignore_warnings.patch
python3p12_compat.patch