I am getting following error when I tried to run DJango 1,8 test cases 
Please help to understand the reason behind this .


ERROR: test_reuse_rollback_commit 
(transactions.tests.AtomicInsideTransactionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\django\test\testcases.py", line 182, 
in __call__
    self._pre_setup()
  File "C:\Python27\lib\site-packages\django\test\testcases.py", line 779, 
in _pre_setup
    apps.set_available_apps(self.available_apps)
  File "C:\Python27\lib\site-packages\django\apps\registry.py", line 285, 
in set_available_apps
    "apps, extra apps: %s" % ", ".join(available - installed))
ValueError: Available apps isn't a subset of installed apps, extra apps: 
transactions

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/76b86c06-6333-40d6-89af-82a0d2fed205%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to