Skip to content

Commit a5741fb

Browse files
committed
Update intersystems_iris dependency to version 3.8.1 and adjust test path for production settings
1 parent e83ad32 commit a5741fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest
22
pytest-asyncio
33
xmltodict
4-
intersystems_iris @ https://github.com/intersystems-community/intersystems-irispython/releases/download/3.8.0/intersystems_iris-3.8.0-py3-none-any.whl
4+
intersystems_iris @ https://github.com/intersystems-community/intersystems-irispython/releases/download/3.8.1/intersystems_iris-3.8.1-py3-none-any.whl
55
requests
66
dataclasses-json
77
wheel

src/tests/test_bproduction_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
import os
55

6-
import iris
7-
86
class TestProductionSettings:
97
@classmethod
108
def setup_class(cls):
11-
path = os.path.join(iris.__getattribute__('__ospath'),'src/tests/registerFilesIop/settings.py')
9+
path = 'registerFilesIop/settings.py'
10+
# get path of the current fille script
11+
path = os.path.join(os.path.dirname(__file__), path)
1212
_Utils.migrate(path)
1313
_Director.stop_production()
1414
_Director.set_default_production('Python.TestSettingProduction')

0 commit comments

Comments
 (0)