Skip to content

Commit

Permalink
CI: fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed May 28, 2024
1 parent 30e5b63 commit bde0bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupifDB/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def scheduler(xprocess,restApi):
class Starter(ProcessStarter):
env = {
'PYTHONUNBUFFERED':'1',
'PYTHONPATH':mupifDB.__path__[0],
'PYTHONPATH':mupifDB.__path__[0]+':'+:mupifDB.__path__[0]+'/..',
'MUPIF_NS':f'localhost:'+PORTS['nameserver'],
'MUPIF_LOG_LEVEL':'DEBUG',
'MUPIFDB_REST_SERVER':'http://localhost:'+PORTS['restApi'],
Expand Down

0 comments on commit bde0bd3

Please sign in to comment.