summaryrefslogtreecommitdiff
path: root/test/base
diff options
context:
space:
mode:
Diffstat (limited to 'test/base')
-rw-r--r--test/base/test_except.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/base/test_except.py b/test/base/test_except.py
index e73160cd8..c7ef304b3 100644
--- a/test/base/test_except.py
+++ b/test/base/test_except.py
@@ -505,7 +505,6 @@ ALL_EXC = [
sa_exceptions.SADeprecationWarning,
sa_exceptions.Base20DeprecationWarning,
sa_exceptions.LegacyAPIWarning,
- sa_exceptions.RemovedIn20Warning,
sa_exceptions.MovedIn20Warning,
sa_exceptions.SAWarning,
],