From b7505c0b641cac46387d2998818685953ba6596f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 16 Jan 2017 10:39:49 +0000 Subject: [PATCH] Update dev-requirements.txt: require pytest 3; use default bumpversion we need pytest 3 for some tests use `pytest.approx()`. we no longer need patched bumpversion, as we now call `git tag` ourselves (in `python setup.py release`) --- dev-requirements.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0788bd281..fb728e261 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,3 @@ -pytest>=2.8 -virtualenv>=15.0 -tox>=2.3 - -# We use a fork of bumpversion due to missing support for annotated tags. -# See peritus/bumpversion#58 -git+https://github.com/anthrotype/bumpversion.git@annotated-tags#egg=bumpversion +pytest>=3.0 +tox>=2.5 +bumpversion>=0.5.3