c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.06k stars 133 forks source link

Fix expected usage string for tests #238

Closed panicgh closed 2 years ago

panicgh commented 2 years ago

Some tests fail for me on Python 3.7.12, 3.8.12 and 3.9.6 because the expected usage string contains [file [file ...]] instead of [file ...].

I ran the tests on NixOS instead of Docker. The Dockerfile appears quite outdated to me -- maybe it would be worth to update it.