diff options
author | Victor Stinner <vstinner@redhat.com> | 2015-05-15 18:33:55 +0200 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2015-05-15 22:31:47 +0200 |
commit | 9d5dc1c48296c494dcff251b74eca0c3d7bd28fc (patch) | |
tree | c68d14cb17bb09d54259a1402961854cb23a4652 /tox.ini | |
parent | 253a6288e8bc1071da34ee02e3f53bbcbe8a75d6 (diff) | |
download | ceilometer-9d5dc1c48296c494dcff251b74eca0c3d7bd28fc.tar.gz |
Update Python 3 requirements
* Remove requirements-py3.txt: it's not more needed, all libraries in
requirements.txt are compatible with Python 3
* Synchronize test-requirements-py3.txt with test-requirements.txt, add:
- gabbi
- psycopg2
- pylint
- requests-aws
* Update tox.ini to use requirements.txt instead of requirements-py3.txt
Change-Id: I7c89313663849165e985ae2dac6e05251d003f66
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ commands = bash -x {toxinidir}/setup-test-env-elastic.sh python setup.py testr --slowest --testr-args="{posargs}" [testenv:py34] -deps = -r{toxinidir}/requirements-py3.txt +deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements-py3.txt commands = python -m testtools.run \ ceilometer.tests.test_utils |