Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into zshkoor/neo4j-upgdate
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Jan 29, 2024
2 parents 199a0e3 + 0892984 commit 4acc04f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/follow-up-devstack-bugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@83d7ae329db28c00a7f6909acb9081cfe31244ee
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down
21 changes: 0 additions & 21 deletions docs/testing_and_debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,5 @@ so that you maintain your command history:
./in lms pytest openedx/core/djangoapps/user_api
Connecting to Browser
~~~~~~~~~~~~~~~~~~~~~

If you want to see the browser being automated for JavaScript or bok-choy tests,
you can connect to the container running it via VNC.

+------------------------+----------------------+
| Browser | VNC connection |
+========================+======================+
| Firefox (Default) | vnc://0.0.0.0:25900 |
+------------------------+----------------------+
| Chrome (via Selenium) | vnc://0.0.0.0:15900 |
+------------------------+----------------------+

On macOS, enter the VNC connection string in the address bar in Safari to
connect via VNC. The VNC passwords for both browsers are randomly generated and
logged at container startup, and can be found by running ``make vnc-passwords``.

Most tests are run in Firefox by default. To use Chrome for tests that normally
use Firefox instead, prefix the test command with
``SELENIUM_BROWSER=chrome SELENIUM_HOST=edx.devstack.chrome``.
.. _edx-platform testing documentation: https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html#running-python-unit-tests
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -67,7 +67,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand All @@ -83,7 +83,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.11.4
tox==4.12.1
# via -r requirements/dev.in
virtualenv==20.25.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
Expand All @@ -31,11 +31,11 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
nh3==0.2.15
# via readme-renderer
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluggy==1.3.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.3
pytest==7.4.4
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down

0 comments on commit 4acc04f

Please sign in to comment.