Skip to content

Commit 151e12a

Browse files
ESS-3159 - doc changes wrt supported Python versions, setting QA for integration tests (#132)
* setting QA for integration tests properly, using globalsettings, instead of temporary instance * 4insight documentation update to contain proper list of versions
1 parent 3bf0c93 commit 151e12a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.
88

99
Python version support
1010
----------------------
11-
Officially Python 3.9, 3.10, and 3.11. We aim to support the three most
11+
Officially Python 3.10, 3.11, and 3.12. We aim to support the three most
1212
recent major versions.
1313

1414
OS support

integration_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@pytest.fixture(autouse=True, scope="session")
1010
def set_environment_qa():
1111
"""Set environment to 'QA'"""
12-
env = drio.environments.Environment()
12+
env = drio.globalsettings.environment
1313
env.set_qa()
1414

1515

0 commit comments

Comments
 (0)