File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,12 @@ jobs:
39
39
- name : Run pytest
40
40
run : |
41
41
curl -sSL https://install.python-poetry.org | python
42
- poetry install --no-root
42
+ poetry install
43
43
poetry run python -m pytest --disable-pytest-warnings
44
44
env :
45
45
FTRACK_SERVER : ${{ secrets.FTRACK_SERVER }}
46
46
FTRACK_API_USER : ${{ secrets.FTRACK_API_USER }}
47
47
FTRACK_API_KEY : ${{ secrets.FTRACK_API_KEY_UNITTEST }}
48
- PYTHONPATH : ./source
49
48
50
49
build :
51
50
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -43,6 +43,3 @@ Thumbs.db
43
43
.cache
44
44
test-reports /*
45
45
.pytest_cache /*
46
-
47
- # SCM VERSION
48
- source /ftrack_api /_version.py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Python API for ftrack."
5
5
authors = [" ftrack <support@ftrack.com>" ]
6
6
readme = " README.rst"
7
7
packages = [
8
- { include = " source/ ftrack_api" },
8
+ { include = " ftrack_api" , from = " source " },
9
9
]
10
10
11
11
[tool .poetry-dynamic-versioning ]
You can’t perform that action at this time.
0 commit comments