mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 01:09:40 +08:00
action test
This commit is contained in:
parent
7951a6093b
commit
90dfac00c6
@ -446,9 +446,6 @@ def pytest() -> None:
|
|||||||
import platform
|
import platform
|
||||||
from efrotools import get_config, PYTHON_BIN
|
from efrotools import get_config, PYTHON_BIN
|
||||||
|
|
||||||
print('PATH IS', sys.path)
|
|
||||||
print('CWD IS', os.getcwd())
|
|
||||||
|
|
||||||
# Grab our python paths for the project and stuff them in PYTHONPATH.
|
# Grab our python paths for the project and stuff them in PYTHONPATH.
|
||||||
pypaths = get_config(PROJROOT).get('python_paths')
|
pypaths = get_config(PROJROOT).get('python_paths')
|
||||||
if pypaths is None:
|
if pypaths is None:
|
||||||
@ -456,9 +453,9 @@ def pytest() -> None:
|
|||||||
|
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
sep = ';'
|
sep = ';'
|
||||||
pypaths = [
|
# pypaths = [
|
||||||
os.path.join(os.getcwd(), s.replace('/', '\\')) for s in pypaths
|
# os.path.join(os.getcwd(), s.replace('/', '\\')) for s in pypaths
|
||||||
]
|
# ]
|
||||||
else:
|
else:
|
||||||
sep = ':'
|
sep = ':'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user