mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
fix:thrift/sql改为可选
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
import platform
|
||||
|
||||
import enum
|
||||
import json
|
||||
|
||||
@@ -84,7 +84,6 @@ class ThriftClient(object):
|
||||
self.timeout = timeout
|
||||
self.proto_type = proto_type
|
||||
self.trans_type = trans_type
|
||||
assert platform.system() != "Windows", "thrift not support Windows for now"
|
||||
try:
|
||||
logger.debug(
|
||||
"init thrift module: thrift_file=%s, module_name=%s",
|
||||
|
||||
Reference in New Issue
Block a user