Skip to content

Commit 3cfb0ca

Browse files
committed
Drop enum34 in favor of stdlib enum
Using enum34 has been unnecessary since dropping Python 2 support. It previously remained as a compatibility shim.
1 parent 1438066 commit 3cfb0ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/requirements/tests.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--use-feature=2020-resolver
22
cryptography==2.8
3-
enum34; python_version < '3.4'
43
freezegun
54
mock
65
pretend

0 commit comments

Comments
 (0)