Skip to content

Commit

Permalink
Merge pull request #348 from pshchelo/extas-dep
Browse files Browse the repository at this point in the history
Explicitly list extras as dependency
  • Loading branch information
mtreinish authored Sep 18, 2023
2 parents 0f9a6de + e7dfd11 commit 96ccf24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ testtools>=2.2.0 # MIT
PyYAML>=3.10.0 # MIT
voluptuous>=0.8.9 # BSD License
tomlkit>=0.11.6 # MIT
extras>=1.0.0
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 96ccf24

Please sign in to comment.