You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some tests are skipped on FreeBSD. Unfortunately, the only FreeBSD version listed there is freebsd12. As a result tests fail on FreeBSD 13.0 for example.
A solution to this could be using sys.platform.startswith(...) to check if we are running on FreeBSD without having to list all the supported versions explicitly.
The text was updated successfully, but these errors were encountered:
Currently, some tests are skipped on FreeBSD. Unfortunately, the only FreeBSD version listed there is
freebsd12
. As a result tests fail on FreeBSD 13.0 for example.A solution to this could be using
sys.platform.startswith(...)
to check if we are running on FreeBSD without having to list all the supported versions explicitly.The text was updated successfully, but these errors were encountered: