X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=src%2Femuvim%2Ftest%2Fbase.py;h=9271f56bba84988649792e70aed8b083b9e89f73;hp=6221765bbdf91ee463e65793cf029613081e8a38;hb=68d042113554a310c357ef1b614c7a9e84cd7a72;hpb=060c189f958d992a6eccaa9204ab86fc1089e3a4 diff --git a/src/emuvim/test/base.py b/src/emuvim/test/base.py index 6221765..9271f56 100755 --- a/src/emuvim/test/base.py +++ b/src/emuvim/test/base.py @@ -23,6 +23,10 @@ # the Horizon 2020 and 5G-PPP programmes. The authors would like to # acknowledge the contributions of their colleagues of the SONATA # partner consortium (www.sonata-nfv.eu). + +from gevent import monkey +monkey.patch_all() # noqa: because otherwise pep complains about code before imports + import unittest import os import subprocess