smartbgp / yabgp

:bowtie:Yet Another BGP Python Implementation
http://yabgp.readthedocs.org
Apache License 2.0
237 stars 70 forks source link

Enable unittest in GitHub Actions #136

Closed yuangezhizao closed 2 years ago

yuangezhizao commented 2 years ago
yuangezhizao commented 2 years ago

All unittest passed in Python 3.5 and Python 3.6 environment, but waiting for fix in Python 2.7 environment.

image
yuangezhizao commented 2 years ago

There are two types of errors in Python 2.7 environment.

yuangezhizao commented 2 years ago

The unittest error in the Python 2.7 environment has been fixed by @xinmos, now also passed.

image
yuangezhizao commented 2 years ago

TBR