pyup-bot
333a86c9fb
Update black from 24.3.0 to 24.4.2
2024-05-06 16:50:12 +01:00
pyup-bot
e16a6bd87f
Update black from 24.2.0 to 24.3.0
2024-03-18 15:52:04 +00:00
pyup-bot
27812581f3
Update black from 24.1.1 to 24.2.0
2024-02-26 15:51:04 +00:00
pyup-bot
4d01281ecf
Update black from 23.12.0 to 24.1.1
2024-02-05 15:51:04 +00:00
pyup-bot
cdcea71d0c
Update black from 23.11.0 to 23.12.0
2023-12-18 15:52:04 +00:00
pyup-bot
9b2aaa235d
Update black from 23.10.0 to 23.11.0
2023-12-04 15:54:05 +00:00
pyup-bot
e9f7291702
Update black from 22.12.0 to 23.10.0
2023-10-23 16:55:09 +01:00
Nikolaus Waxweiler
698d8fb387
Add black to lint job
...
And rename tox' "mypy" env to "lint".
2022-12-13 11:26:00 +00:00
Nikolaus Waxweiler
0742a9bff3
Implement suggestions
2020-09-21 17:01:22 +01:00
Nikolaus Waxweiler
7a5138d91b
Add mypy CI job
2020-09-16 15:13:50 +01:00
Cosimo Lupo
974bb8aca9
[setup.py] use bump2version, up-to-date fork of bumpversion
...
The latter is no longer maintained.
https://github.com/c4urself/bump2version
2017-10-03 12:37:51 +01:00
Gustavo Ferreira
c826e5d88f
adding Sphinx to dev-requirements.txt, restoring ttx man page
2017-04-24 10:42:42 -03:00
Cosimo Lupo
b7505c0b64
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`)
2017-01-17 13:33:47 +00:00
Cosimo Lupo
f136bfe844
dev-requirements.txt: use bumpversion (fork with annotated tags support)
2016-10-12 00:49:57 +01:00
Cosimo Lupo
fe740dbb68
dev-requirements.txt: add virtualenv>=15.0 as Appveyor ships with an old one
...
virtualenv is required by tox. Appveyor ships with virtualenv 13.x or something.
tox works fine with that.
However, virtualenv install its own embedded version of pip in the newly created environments. When we install the requirements.txt, pip complains that pip is not up-to-date. Updating virtualenv makes pip stop complaining.
Woosh.
2016-04-10 19:17:36 +01:00
Cosimo Lupo
258cb84c52
[dev-requirements.txt] add pytest and tox to dev-requirements.txt
...
In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI.
2016-02-07 01:04:20 +00:00