Skip to content

Commit

Permalink
Use separate ISO8601 library
Browse files Browse the repository at this point in the history
python-subunit stopped vendoring it in, so we must install our own
version too.
  • Loading branch information
pshchelo committed Sep 18, 2023
1 parent 07168b5 commit e7dfd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stestr/tests/test_subunit_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ddt import data
from ddt import ddt
from ddt import unpack
from subunit.iso8601 import UTC
from iso8601 import UTC
from subunit.v2 import StreamResultToBytes

from stestr import subunit_trace
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ hacking<3.2.0,>=3.1.0
sphinx>2.1.0 # BSD
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
iso8601 # MIT
doc8>=0.8.0 # Apache-2.0
black~=22.0

0 comments on commit e7dfd11

Please sign in to comment.