Remove last vestiges of nose
We don't use nose anymore, but it was still referenced in a few places. Delete them. Closes-Bug: 1210998 Change-Id: I5e00edd071b8e99e54cdbbf2de277aa95eb57567
This commit is contained in:
parent
bba0b746ae
commit
9cb0a29cfa
@ -15,14 +15,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
# See http://code.google.com/p/python-nose/issues/detail?id=373
|
|
||||||
# The code below enables nosetests to work with i18n _() blocks
|
|
||||||
|
|
||||||
import __builtin__
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
setattr(__builtin__, '_', lambda x: x)
|
|
||||||
|
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,10 +7,6 @@ discover
|
|||||||
fixtures>=0.3.12
|
fixtures>=0.3.12
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
mox>=0.5.3
|
mox>=0.5.3
|
||||||
nose
|
|
||||||
nosehtmloutput>=0.0.3
|
|
||||||
nosexcover
|
|
||||||
openstack.nose_plugin>=0.7
|
|
||||||
python-subunit
|
python-subunit
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
|
Loading…
Reference in New Issue
Block a user