Update edx-proctoring and pytest
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -86,15 +86,15 @@
|
||||
}
|
||||
},
|
||||
"@edx/edx-proctoring": {
|
||||
"version": "1.5.0-rc.7",
|
||||
"resolved": "https://registry.npmjs.org/@edx/edx-proctoring/-/edx-proctoring-1.5.0-rc.7.tgz",
|
||||
"integrity": "sha512-xVfhxOFc73+Jc0uh4s6bil50ZaCUF/dPBY8fspvThx77S0kvlblcaN2/EeoOyfwrGi1ExrSDVcciMGdK3gf6Jg=="
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@edx/edx-proctoring/-/edx-proctoring-1.5.0.tgz",
|
||||
"integrity": "sha512-RiNjAgh8ZMX0D5gfN2R09a0RBs/R/Blfs/DiqhLmvCSvyCoeMDGANrDDQXv1w5blxxSJbz8a2awSZkwpv6gWNQ=="
|
||||
},
|
||||
"@edx/mockprock": {
|
||||
"version": "git+https://git@github.com/edx/mockprock.git#c9e4814ace9afad7a778e2af372b3125b3e56588",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@edx/edx-proctoring": "1.5.0-rc.7"
|
||||
"@edx/edx-proctoring": "1.5.0"
|
||||
}
|
||||
},
|
||||
"@edx/paragon": {
|
||||
@@ -3378,7 +3378,7 @@
|
||||
"edx-proctoring-proctortrack": {
|
||||
"version": "git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#66650ed6cd39bf489a86723d5ad3593c2ec8992f",
|
||||
"requires": {
|
||||
"@edx/edx-proctoring": "1.5.0-rc.7"
|
||||
"@edx/edx-proctoring": "1.5.0"
|
||||
}
|
||||
},
|
||||
"edx-ui-toolkit": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"dependencies": {
|
||||
"@edx/cookie-policy-banner": "1.1.10",
|
||||
"@edx/edx-bootstrap": "1.0.3",
|
||||
"@edx/edx-proctoring": "^1.5.0-rc.6",
|
||||
"@edx/edx-proctoring": "^1.5.0",
|
||||
"@edx/paragon": "2.6.4",
|
||||
"@edx/studio-frontend": "1.16.12",
|
||||
"babel-core": "6.26.0",
|
||||
|
||||
@@ -19,9 +19,6 @@ Markdown==2.6.11
|
||||
# Can be removed when we get to Python 3.
|
||||
pylint-plugin-utils==0.3
|
||||
|
||||
# Testing framework # Pinned due to https://github.com/pytest-dev/pytest/issues/3749
|
||||
pytest==3.6.3
|
||||
|
||||
# pytest plugin for measuring code coverage. # Pinned due to https://openedx.atlassian.net/browse/TE-2731
|
||||
pytest-cov<2.6
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ edx-enterprise
|
||||
edx-milestones
|
||||
edx-oauth2-provider
|
||||
edx-organizations
|
||||
edx-proctoring>=1.5.0rc6
|
||||
edx-proctoring>=1.5.0
|
||||
edx-rest-api-client
|
||||
edx-search
|
||||
edx-submissions
|
||||
|
||||
@@ -118,13 +118,13 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.0.1
|
||||
edx-enterprise==1.2.0
|
||||
edx-enterprise==1.2.1
|
||||
edx-i18n-tools==0.4.6
|
||||
edx-milestones==0.1.13
|
||||
edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.0
|
||||
edx-proctoring==1.5.0rc7
|
||||
edx-proctoring==1.5.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-submissions==2.0.12
|
||||
|
||||
@@ -53,6 +53,7 @@ argh==0.26.2
|
||||
argparse==1.4.0
|
||||
asn1crypto==0.24.0
|
||||
astroid==1.5.3
|
||||
atomicwrites==1.2.1
|
||||
attrs==17.4.0
|
||||
babel==1.3
|
||||
backports.functools-lru-cache==1.5
|
||||
@@ -136,14 +137,14 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.0.1
|
||||
edx-enterprise==1.2.0
|
||||
edx-enterprise==1.2.1
|
||||
edx-i18n-tools==0.4.6
|
||||
edx-lint==1.0.0
|
||||
edx-milestones==0.1.13
|
||||
edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.0
|
||||
edx-proctoring==1.5.0rc7
|
||||
edx-proctoring==1.5.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-sphinx-theme==1.4.0
|
||||
@@ -167,6 +168,7 @@ flask==1.0.2
|
||||
freezegun==0.3.11
|
||||
fs-s3fs==0.1.8
|
||||
fs==2.0.18
|
||||
funcsigs==1.0.2
|
||||
functools32==3.2.3.post2
|
||||
future==0.17.1
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
@@ -211,6 +213,7 @@ mccabe==0.6.1
|
||||
mock==1.0.1
|
||||
modernize==0.6.1
|
||||
mongoengine==0.10.0
|
||||
more-itertools==4.3.0
|
||||
moto==0.3.1
|
||||
mysql-python==1.2.5
|
||||
networkx==1.7
|
||||
@@ -225,6 +228,7 @@ pa11ycrawler==1.6.2
|
||||
packaging==18.0 # via sphinx
|
||||
parsel==1.5.1
|
||||
path.py==8.2.1
|
||||
pathlib2==2.3.3
|
||||
pathtools==0.1.2
|
||||
paver==1.3.4
|
||||
pbr==5.1.1
|
||||
@@ -268,7 +272,7 @@ pytest-django==3.1.2
|
||||
pytest-forked==0.2
|
||||
pytest-randomly==1.2.3
|
||||
pytest-xdist==1.25.0
|
||||
pytest==3.6.3
|
||||
pytest==4.0.2
|
||||
python-dateutil==2.4.0
|
||||
python-levenshtein==0.12.0
|
||||
python-memcached==1.48
|
||||
@@ -292,6 +296,7 @@ rfc6266-parser==0.0.5.post2
|
||||
rules==2.0.1
|
||||
s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
scandir==1.9.0
|
||||
scipy==0.14.0
|
||||
scrapy==1.1.2
|
||||
selenium==3.141.0
|
||||
@@ -309,20 +314,20 @@ social-auth-app-django==2.1.0
|
||||
social-auth-core==1.7.0
|
||||
sorl-thumbnail==12.3
|
||||
sortedcontainers==0.9.2
|
||||
sphinx==1.8.2
|
||||
sphinx==1.8.3
|
||||
sphinxcontrib-websupport==1.1.0 # via sphinx
|
||||
splinter==0.9.0
|
||||
sqlparse==0.2.4
|
||||
stevedore==1.10.0
|
||||
sure==1.4.11
|
||||
sympy==0.7.1
|
||||
testfixtures==6.4.0
|
||||
testfixtures==6.4.1
|
||||
testtools==2.3.0
|
||||
text-unidecode==1.2
|
||||
tincan==0.0.5
|
||||
toml==0.10.0
|
||||
tox-battery==0.5.1
|
||||
tox==3.6.0
|
||||
tox==3.6.1
|
||||
traceback2==1.4.0
|
||||
transifex-client==0.13.5
|
||||
twisted==16.6.0
|
||||
|
||||
@@ -50,6 +50,7 @@ argh==0.26.2
|
||||
argparse==1.4.0
|
||||
asn1crypto==0.24.0
|
||||
astroid==1.5.3 # via edx-lint, pylint, pylint-celery
|
||||
atomicwrites==1.2.1 # via pytest
|
||||
attrs==17.4.0
|
||||
babel==1.3
|
||||
backports.functools-lru-cache==1.5 # via astroid, pylint
|
||||
@@ -131,14 +132,14 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.0.1
|
||||
edx-enterprise==1.2.0
|
||||
edx-enterprise==1.2.1
|
||||
edx-i18n-tools==0.4.6
|
||||
edx-lint==1.0.0
|
||||
edx-milestones==0.1.13
|
||||
edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.0
|
||||
edx-proctoring==1.5.0rc7
|
||||
edx-proctoring==1.5.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-submissions==2.0.12
|
||||
@@ -161,6 +162,7 @@ flask==1.0.2 # via moto
|
||||
freezegun==0.3.11
|
||||
fs-s3fs==0.1.8
|
||||
fs==2.0.18
|
||||
funcsigs==1.0.2 # via pytest
|
||||
functools32==3.2.3.post2 # via parsel
|
||||
future==0.17.1
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
@@ -203,6 +205,7 @@ markupsafe==1.1.0
|
||||
mccabe==0.6.1 # via flake8, pylint
|
||||
mock==1.0.1
|
||||
mongoengine==0.10.0
|
||||
more-itertools==4.3.0 # via pytest
|
||||
moto==0.3.1
|
||||
mysql-python==1.2.5
|
||||
networkx==1.7
|
||||
@@ -216,17 +219,18 @@ openapi-codec==1.3.2
|
||||
pa11ycrawler==1.6.2
|
||||
parsel==1.5.1 # via scrapy
|
||||
path.py==8.2.1
|
||||
pathlib2==2.3.3 # via pytest
|
||||
pathtools==0.1.2
|
||||
paver==1.3.4
|
||||
pbr==5.1.1
|
||||
pdfminer==20140328
|
||||
piexif==1.0.2
|
||||
pillow==5.3.0
|
||||
pluggy==0.8.0 # via tox
|
||||
pluggy==0.8.0 # via pytest, tox
|
||||
polib==1.1.0
|
||||
psutil==1.2.1
|
||||
py2neo==3.1.2
|
||||
py==1.7.0 # via tox
|
||||
py==1.7.0 # via pytest, tox
|
||||
pyasn1-modules==0.2.2 # via service-identity
|
||||
pyasn1==0.4.4 # via pyasn1-modules, service-identity
|
||||
pycodestyle==2.4.0
|
||||
@@ -257,7 +261,7 @@ pytest-django==3.1.2
|
||||
pytest-forked==0.2 # via pytest-xdist
|
||||
pytest-randomly==1.2.3
|
||||
pytest-xdist==1.25.0
|
||||
pytest==3.6.3
|
||||
pytest==4.0.2
|
||||
python-dateutil==2.4.0
|
||||
python-levenshtein==0.12.0
|
||||
python-memcached==1.48
|
||||
@@ -281,6 +285,7 @@ rfc6266-parser==0.0.5.post2
|
||||
rules==2.0.1
|
||||
s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
scandir==1.9.0 # via pathlib2
|
||||
scipy==0.14.0
|
||||
scrapy==1.1.2 # via pa11ycrawler
|
||||
selenium==3.141.0
|
||||
@@ -301,13 +306,13 @@ sqlparse==0.2.4
|
||||
stevedore==1.10.0
|
||||
sure==1.4.11
|
||||
sympy==0.7.1
|
||||
testfixtures==6.4.0
|
||||
testfixtures==6.4.1
|
||||
testtools==2.3.0 # via fixtures, python-subunit
|
||||
text-unidecode==1.2 # via faker
|
||||
tincan==0.0.5
|
||||
toml==0.10.0 # via tox
|
||||
tox-battery==0.5.1
|
||||
tox==3.6.0
|
||||
tox==3.6.1
|
||||
traceback2==1.4.0 # via testtools, unittest2
|
||||
transifex-client==0.13.5
|
||||
twisted==16.6.0 # via pa11ycrawler, scrapy
|
||||
|
||||
Reference in New Issue
Block a user