Skip to content

Commit

Permalink
Update for nose2 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 5, 2017
1 parent 473af0c commit 394c531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/testing/__init__.py
Expand Up @@ -32,7 +32,7 @@

from qgis.PyQt.QtCore import QVariant
from qgis.core import QgsApplication, QgsFeatureRequest
from nose2.compat import unittest
import unittest

# Get a backup, we will patch this one later
_TestCase = unittest.TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/code_layout/test_qgsdoccoverage.py
Expand Up @@ -17,7 +17,7 @@
try:
from qgis.static_testing import unittest
except ImportError:
from nose2.compat import unittest
import unittest

from termcolor import colored

Expand Down

0 comments on commit 394c531

Please sign in to comment.