Skip to content

Commit

Permalink
SERVER-38611 add xmlrunner to core.req and regenerate constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyDonahue committed Dec 13, 2018
1 parent ca80f76 commit 6f64953
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ variable-rgx=[a-z_][a-z0-9_]{1,50}$
disable=bad-continuation,fixme,import-error,line-too-long,no-member,locally-disabled,redefined-variable-type,too-few-public-methods,unused-import

[IMPORTS]
known-third-party=boto3,botocore,psutil,yaml
known-third-party=boto3,botocore,psutil,yaml,xmlrunner
2 changes: 1 addition & 1 deletion buildscripts/generate-pip-constraints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do KEY="${1}"
esac
done

if [[ ${#ARGS} -eq 0 ]]; then
if [[ ${#ARGS[@]} -eq 0 ]]; then
1>&2 echo "No pip arguments given. Failing..."
exit 2
fi
Expand Down
1 change: 1 addition & 0 deletions etc/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@ functions:
set -o errexit

${activate_virtualenv}
$python -m pip install -r etc/pip/evgtest-requirements.txt
$python buildscripts/idl/run_tests.py

"run powercycle test" :
Expand Down
1 change: 1 addition & 0 deletions etc/pip/components/idl.req
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unittest-xml-reporting>=2.2.0
13 changes: 7 additions & 6 deletions etc/pip/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# Common requirements
asn1crypto==0.24.0
astroid==1.6.5
boto3==1.9.57
botocore==1.12.57
boto3==1.9.64
botocore==1.12.64
certifi==2018.11.29
cffi==1.11.5
chardet==3.0.4
cryptography==2.3
defusedxml==0.5.0
docutils==0.14
idna==2.7
idna==2.8
isort==4.3.4
Jinja2==2.10
jira==2.0.0
Expand All @@ -28,21 +28,22 @@ pbr==5.1.1
psutil==5.4.8
pycparser==2.19
pydocstyle==2.1.1
PyJWT==1.7.0
PyJWT==1.7.1
pylint==1.9.3
pymongo==3.5.1
python-dateutil==2.7.5
PyYAML==3.13
regex==2018.11.22
requests==2.20.1
requests==2.21.0
requests-oauth==0.4.1
requests-oauthlib==1.0.0
requests-toolbelt==0.8.0
s3transfer==0.1.13
shrub.py==0.1.0
six==1.11.0
six==1.12.0
snowballstemmer==1.2.1
typing==3.6.6
unittest-xml-reporting==2.2.0
urllib3==1.24.1
wrapt==1.10.11
yapf==0.21.0
Expand Down
1 change: 1 addition & 0 deletions etc/pip/evgtest-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

-r components/resmoke.req
-r components/aws.req
-r components/idl.req
1 change: 1 addition & 0 deletions etc/pip/toolchain-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
-r components/lint.req
-r components/mypy.req
-r components/resmoke.req
-r components/idl.req

-r components/aws.req
-r components/jiraclient.req

0 comments on commit 6f64953

Please sign in to comment.