forked from d2iq-archive/dcos-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_requirements.txt
27 lines (22 loc) · 1.13 KB
/
test_requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Deprecated libraries which are still used by sdk-0.40 and external repos.
# dcos-commons master meanwhile doesn't use these anymore as of PR#2616, but we still include them
# here for now. Remove these once sdk-0.40 and external repos have upgraded their testing/.
# - required for dcos.servicemanager library, used internally in the dcos library:
git+https://github.com/dcos/dcos-cli.git@f1fd38c9e72e1d521cf8120fe4948a789fb40cbc#egg=dcoscli&subdirectory=cli
# - manually select the correct version of the dcos library to avoid a package_manager param count issue in the version declared by shakedown:
git+https://github.com/dcos/dcos-cli.git@f1fd38c9e72e1d521cf8120fe4948a789fb40cbc
# - refrain from jumping to 1.5 since we're moving off shakedown anyway:
dcos-shakedown==1.5.0
toolz==0.9.0
# Used by tools/create_testing_volumes.py (and for dcos-launch CLI):
git+https://github.com/dcos/dcos-test-utils.git@3ebfc18ff9c5a1aa382311474a9192a68c98b0a7
git+https://github.com/dcos/dcos-launch.git@965a877ab641ab39733887188ed8f86d1a8c696c
# AWS CLI for uploading build artifacts
awscli
# CI:
teamcity-messages
# Lint:
pre-commit
flake8
pylint
black