Browse Source

Don't check for strict Django version match in requirements test

TheKit 9 years ago
parent
commit
5394bc681a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/core/tests/test_misagorequirements.py

+ 1 - 1
misago/core/tests/test_misagorequirements.py

@@ -13,4 +13,4 @@ class MisagoRequirementsTests(TestCase):
         command.execute(stdout=out)
         command_output = out.getvalue()
 
-        self.assertIn("django==", command_output)
+        self.assertIn("django", command_output)