Skip to content

Commit

Permalink
unittest2 is needed on Python <3 for assertRaisesRegex.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 14, 2021
1 parent da1ed97 commit 02c2590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ testing =
#pytest-enabler >= 1.0.1

# local
unittest2; python_version <= "2.7"
unittest2; python_version < "3"

docs =
# upstream
Expand Down

0 comments on commit 02c2590

Please sign in to comment.