Skip to content

Commit

Permalink
chore: fix failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 17, 2023
1 parent 7c6370e commit 50d01c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commands =
deps =
-r{toxinidir}/requirements/base.txt
commands =
{toxinidir}/edx_proctoring/scripts/version_check.py
python {toxinidir}/edx_proctoring/scripts/version_check.py

[testenv:pii_check]
allowlist_externals =
Expand Down

0 comments on commit 50d01c0

Please sign in to comment.