Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit a67839c

Browse files
committed
Fix: Add dev path to Runestone Components.
Update major version of some dev packages.
1 parent 9f80940 commit a67839c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/docker_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ def _build_phase_1(
813813
"ln -sf /srv/BookServer $WEB2PY_PATH/applications/BookServer",
814814
"ln -sf /srv/bookserver-dev $WEB2PY_PATH/applications/bookserver-dev",
815815
"ln -sf /srv/RunestoneComponents $WEB2PY_PATH/applications/RunestoneComponents",
816+
"ln -sf /srv/runestone-dev $WEB2PY_PATH/applications/runestone-dev",
816817
)
817818

818819
# Record info about this build. We can't provide ``git`` info, since the repo isn't available (the ``${RUNSTONE_PATH}.git`` directory is hidden, so it's not present at this time). Likewise, volumes aren't mapped, so ``git`` info for the Runestone Components and BookServer isn't available.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ mock = "^4.0.0"
7272
myst-parser = "^0.15.0"
7373
# For the plugin.
7474
polling2 = "^0.5.0"
75-
pytest = "^6.0.0"
76-
pyvirtualdisplay = "^2.0.0"
75+
pytest = "^7.0.0"
76+
pyvirtualdisplay = "^3.0.0"
7777
pywin32 = { version = ">= 301", markers = "sys.platform == 'win32'" }
7878
runestone = { path = "../RunestoneComponents", develop = true }
79+
runestone-dev = { path = "../runestone-dev", develop = true }
7980
selenium = "^3.0.0"
8081

8182

0 commit comments

Comments
 (0)