Support Python 3.12. Update optional scipy req to 1.12.0
This commit is contained in:
parent
abb83fc4d8
commit
11834dfe49
10 changed files with 48 additions and 43 deletions
|
|
@ -65,7 +65,7 @@ class SharedMemorysTest(TestCase):
|
|||
# article_list = Article.objects.all().select_related('category')
|
||||
# last_article = article_list[0]
|
||||
# for article in article_list[1:]:
|
||||
# self.assertEquals(article.category2 is last_article.category2, False)
|
||||
# self.assertEqual(article.category2 is last_article.category2, False)
|
||||
# last_article = article
|
||||
|
||||
def testObjectDeletion(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue