File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pytest
22pytest-asyncio
33xmltodict
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
55requests
66dataclasses-json
77wheel
Original file line number Diff line number Diff line change 33
44import os
55
6- import iris
7-
86class 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' )
You can’t perform that action at this time.
0 commit comments