Support Python 3.12. Update optional scipy req to 1.12.0

This commit is contained in:
Griatch 2024-03-17 00:53:28 +01:00
parent abb83fc4d8
commit 11834dfe49
10 changed files with 48 additions and 43 deletions

View file

@ -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):