summaryrefslogtreecommitdiffstats
path: root/requirements.d
AgeCommit message (Collapse)Author
2016-06-21move attic test dependency into own fileThomas Waldmann
so you can just empty that file to remove the attic-based tests when testing in a OpenSSL 1.1 environment.
2016-03-09update llfuse requirement, llfuse 1.0 worksThomas Waldmann
2016-02-07allow llfuse version 0.41.x, fixes #642Thomas Waldmann
2016-02-07document and automate llfuse requirementThomas Waldmann
2016-01-24requirements: use latest pytest-cov, not blocked by py32 any moreThomas Waldmann
also: pytest-benchmark 3.x is released, just use latest
2016-01-24use mock from stdlib, fixes #145Thomas Waldmann
2016-01-22add virtualenv<14.0 to requirements so tox does not pull in a py32 ↵Thomas Waldmann
incompatible one
2015-11-22update pytest-benchmark requirementThomas Waldmann
it's released now. \o/
2015-11-07use latest pytest-benchmarkThomas Waldmann
2015-10-14use pytest-benchmark from pypiThomas Waldmann
2015-10-12pytest-benchmark: use git master code, fixes py32 issuesThomas Waldmann
2015-10-11create a separate requirements file for travis - without pytest-benchmarkThomas Waldmann
pytest-benchmark (and its dependency "statistics") needs py 3.3+. we do not want to run benchmarks on travis anyway, but even its presence makes trouble due to this, so we just remove it from there again. as --benchmark-skip is also removed from tox configuration, this means benchmarks are run by default when pytest-benchmark is installed.
2015-10-11upgrade pytest-benchmark to a4Thomas Waldmann
2015-10-11integrate pytest-benchmark, test create, extract, list, delete, info, check, ↵Thomas Waldmann
help, fixes #146 Instead of "realistic data", I chose the test data to be either all-zero (all-ascii-zero to be precise) or all-random and benchmark them separately. So we can better determine the cause (deduplication or storage) in case we see some performance regression. "help" is benchmarked to see the minimum runtime when it basically does nothing. also: - refactor archiver execution core functionality into exec_cmd() so it can be used more flexibly - tox: usually we want to skip benchmarks, only run them if requested manually - install pytest-benchmark - run tox with "-r" to have it installed into your .tox envs
2015-08-08fix test coverage / codecov.io, use xcode6.4Thomas Waldmann
2015-07-25add development.txt and modify tox.iniRoberto Polli