forked from TrueCloudLab/s3-tests
3a0f1f0ead
- Fix tox.ini syntax Modern tox versions require the expected environment variables to be listed one by one on separate lines in tox.ini - Add `venv` to list of ignored names for git This is a common name for a local Python virtual environment. Less typing than `virtualenv` - Add `tox` to requirements.txt Installing `tox` via `pip` has the advantage of including it in the virtual environment, thus avoiding trouble on operating systems shipping by default with python3.6 or older. It's also nice that `pip install -r requirements.txt` is now sufficient to set up the testing environment, after initializing the virtual environment with a moder-enough python version. Signed-off-by: Moritz Röhrich <moritz.rohrich@suse.com>
15 lines
296 B
Text
15 lines
296 B
Text
PyYAML
|
|
boto >=2.6.0
|
|
boto3 >=1.0.0
|
|
# botocore-1.28 broke v2 signatures, see https://tracker.ceph.com/issues/58059
|
|
botocore <1.28.0
|
|
munch >=2.0.0
|
|
# 0.14 switches to libev, that means bootstrap needs to change too
|
|
gevent >=1.0
|
|
isodate >=0.4.4
|
|
requests >=2.23.0
|
|
pytz >=2011k
|
|
httplib2
|
|
lxml
|
|
pytest
|
|
tox
|