Page MenuHomePhabricator

[test framework] use an Enum instead of typing.Literal for PortName
ClosedPublic

Authored by PiRK on Apr 11 2023, 16:18.

Details

Summary

typing.Literal is new in Python 3.8. We still support Python 3.6 and 3.7.

See D13659#304051

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable