spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

PR: Add FreeBSD to `test_user_sitepackages_in_pathlist` #442

Closed rhurlin closed 1 year ago

rhurlin commented 1 year ago

The 'user site-packages in pathlist' test is the only one that fails on FreeBSD because the OS is not recognized. FreeBSD uses the same .local path as Darwin, so you can simply extend the if statement.

rhurlin commented 1 year ago

Sorry, this should not have happened.