]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
setup,py,requirements.txt: add pytest 1199/head
authorKefu Chai <kchai@redhat.com>
Sat, 4 Aug 2018 00:42:02 +0000 (00:42 +0000)
committerKefu Chai <kchai@redhat.com>
Sat, 4 Aug 2018 02:16:37 +0000 (02:16 +0000)
commitd6a0f169f23b0260499935e7269569b34ea16029
tree1ccd8ee8599449525b6a424e626a6706445d6844
parent6f716c4f1d273bdab5f06a1e74db091519981331
setup,py,requirements.txt: add pytest

pytest requires pluggy >= 0.7, while we always use pluggy 0.6, as
specified by requirements.txt. as this version is good enough for
tox. but in tox.ini, we do use pytest, and no version is specified,
so we have good chance running into https://github.com/pytest-dev/pytest/issues/3753

also, remove pytest from tox.ini, as this dependency has been
added in requirements.txt

Signed-off-by: Kefu Chai <kchai@redhat.com>
requirements.txt
setup.py
tox.ini