mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 02:40:11 +01:00
Merge pull request #2608 from return42/unittest2
[py2to3] use unittest from py3, remove unittest2 from py2
This commit is contained in:
commit
e2fb500892
@ -5,7 +5,6 @@ pycodestyle==2.6.0
|
|||||||
pylint==2.6.2
|
pylint==2.6.2
|
||||||
splinter==0.14.0
|
splinter==0.14.0
|
||||||
transifex-client==0.14.2
|
transifex-client==0.14.2
|
||||||
unittest2==1.1.0
|
|
||||||
selenium==3.141.0
|
selenium==3.141.0
|
||||||
twine==3.3.0
|
twine==3.3.0
|
||||||
Pallets-Sphinx-Themes==1.2.3
|
Pallets-Sphinx-Themes==1.2.3
|
||||||
|
@ -10,8 +10,8 @@ import traceback
|
|||||||
|
|
||||||
from os.path import dirname, join, abspath, realpath
|
from os.path import dirname, join, abspath, realpath
|
||||||
|
|
||||||
|
from unittest import TestCase
|
||||||
from splinter import Browser
|
from splinter import Browser
|
||||||
from unittest2 import TestCase
|
|
||||||
|
|
||||||
|
|
||||||
class SearxTestLayer:
|
class SearxTestLayer:
|
||||||
|
Loading…
Reference in New Issue
Block a user