From: Daniel Greenfeld Date: Sat, 17 May 2014 23:05:11 +0000 (-0700) Subject: Fix py.test dependency X-Git-Tag: 0.1.1~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=026249874d45640f05d623bac8da1acde013cb4e;p=cached-property.git Fix py.test dependency --- diff --git a/requirements.txt b/requirements.txt index 2d0baf5..6e6b0ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Testing and deployment packages. coverage -py.test +pytest pytest-cov wheel==0.23.0 diff --git a/tox.ini b/tox.ini index 4460e81..4bb2d21 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,6 @@ envlist = py26, py27, py33 [testenv] setenv = PYTHONPATH = {toxinidir}:{toxinidir}/cached-property -commands = py.test --cov cached_property +commands = py.test deps = - -r{toxinidir}/requirements.txt \ No newline at end of file + pytest \ No newline at end of file