File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 11# -----------------------------------------------------------------------------
2- # Copyright (c) 2009-2025 , Shotgun Software Inc.
2+ # Copyright (c) 2009-2021 , Shotgun Software Inc.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ parameters:
6262 - name : python_versions
6363 type : object
6464 default :
65- # - '3.9'
66- # - '3.10'
65+ - ' 3.9'
66+ - ' 3.10'
6767 - ' 3.11'
6868 - ' 3.13'
6969
Original file line number Diff line number Diff line change 3535
3636from . import base
3737
38- import logging
39-
40- # root = logging.getLogger()
41- # root.setLevel(logging.DEBUG)
42-
43- # handler = logging.StreamHandler(sys.stdout)
44- # handler.setLevel(logging.DEBUG)
45- # formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
46- # handler.setFormatter(formatter)
47- # root.addHandler(handler)
48-
49- # logger = logging.getLogger("shotgun_api3")
50- # logger.setLevel(logging.DEBUG)
51-
5238
5339class TestShotgunApi (base .LiveTestBase ):
5440 def setUp (self ):
You can’t perform that action at this time.
0 commit comments