diff --git a/requirements.d/test.txt b/requirements.d/test.txt index b37173c..c14a207 100644 --- a/requirements.d/test.txt +++ b/requirements.d/test.txt @@ -1,15 +1,13 @@ # minimal set of packages to run tests (under tox, for example) -r testing.txt +coverage pytest-xdist pytest-timeout pytest-rerunfailures # NOTE: versions must be specified in dependency DFS post-order or else we get the wrong versions. -#coverage ## pending pull request: https://bitbucket.org/ned/coveragepy/pull-request/42 -hg+https://bitbucket.org/bukzor/coverage.py@__main__-support - # cov-core ## pending pull requests: # * https://github.com/schlamar/cov-core/pull/6 # * https://github.com/schlamar/cov-core/pull/7