]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix memusage test for 2.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2022 20:51:45 +0000 (15:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2022 20:51:45 +0000 (15:51 -0500)
also drop 3.7, 3.8 from mypy GH action

Change-Id: Ib273219edf88ad66f591e044f0984bd364b395f5

.github/workflows/run-test.yaml
test/aaa_profiling/test_memusage.py

index 677721d7a6152c11e2f098eac622a710b38f01de..a7864da3987757de5beed1029a75c43665728926 100644 (file)
@@ -129,8 +129,6 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.7"
-          - "3.8"
           - "3.9"
           - "3.10"
 
index 2fc61706cfe46192499710d2c8f032e2acf28cc8..cf89dd6e2b8e9bcd4e4f13ad36f0ff5cfe37678f 100644 (file)
@@ -538,7 +538,7 @@ class MemUsageWBackendTest(fixtures.MappedTest, EnsureZeroed):
 
         go()
 
-        metadata.drop_all()
+        metadata.drop_all(self.engine)
         del m1, m2
         assert_no_mappers()