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`)
This commit is contained in:
Cosimo Lupo 2017-01-16 10:39:49 +00:00
parent 3cdc800873
commit b7505c0b64
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -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