Skip to content

Commit 5af0df2

Browse files
committed
Tests
1 parent 5f69722 commit 5af0df2

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

azure-pipelines-templates/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tests/test_api.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
3535

3636
from . 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

5339
class TestShotgunApi(base.LiveTestBase):
5440
def setUp(self):

0 commit comments

Comments
 (0)