Skip to content

Commit

Permalink
Bump python-subunit minimum to 1.4.0
Browse files Browse the repository at this point in the history
This version includes an important Python 3 fix [1], without which
a Python 3-only stestr doesn't really make sense.

[1] testing-cabal/subunit#40

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Mar 18, 2020
1 parent d79b9e8 commit e5a54e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
future
pbr!=2.1.0,>=2.0.0,!=4.0.0,!=4.0.1,!=4.0.2,!=4.0.3 # Apache-2.0
cliff>=2.8.0 # Apache-2.0
python-subunit>=1.3.0 # Apache-2.0/BSD
python-subunit>=1.4.0 # Apache-2.0/BSD
fixtures>=3.0.0 # Apache-2.0/BSD
six>=1.10.0 # MIT
testtools>=2.2.0 # MIT
Expand Down

0 comments on commit e5a54e6

Please sign in to comment.