mirror of https://github.com/MISP/PyMISP
chg: Bump version
parent
4ade9b8130
commit
60a2bdfd43
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.4.111'
|
||||
__version__ = '2.4.111.1'
|
||||
import logging
|
||||
import warnings
|
||||
import sys
|
||||
|
|
|
@ -1615,6 +1615,7 @@ class TestComprehensive(unittest.TestCase):
|
|||
server = self.admin_misp_connector.delete_server(server.id)
|
||||
# FIXME: https://github.com/MISP/MISP/issues/4889
|
||||
|
||||
@unittest.skipIf(sys.version_info < (3, 6), 'Not supported on python < 3.6')
|
||||
def test_expansion(self):
|
||||
first = self.create_simple_event()
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue