File tree Expand file tree Collapse file tree 4 files changed +3
-39
lines changed
Expand file tree Collapse file tree 4 files changed +3
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616env :
1717 # https://github.com/pytest-dev/pytest/issues/2042
1818 PY_IGNORE_IMPORTMISMATCH : " 1"
19+ # allow tests to run headless
20+ ENV QT_QPA_PLATFORM : offscreen
1921
2022jobs :
2123 run :
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313RUN python -m venv /venv
1414ENV PATH=/venv/bin:$PATH
1515
16- # allow tests to run headless in the dev container
17- ENV QT_QPA_PLATFORM=offscreen
1816ENV XDG_RUNTIME_DIR=/tmp/runtime-vscode
1917
2018# The build stage installs the context into the venv
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dev = [
4040]
4141
4242[project .scripts ]
43- dls-pmac-control = " dls_pmac_control.motor :main"
43+ dls-pmac-control = " dls_pmac_control.__main__ :main"
4444
4545[project .urls ]
4646GitHub = " https://github.com/DiamondLightSource/dls-pmac-control"
You can’t perform that action at this time.
0 commit comments