MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

WIndows Py 3.8 and 3.9 not running but passing #136

Closed ssolson closed 2 years ago

ssolson commented 2 years ago

The python 3.8 and 3.9 windows tests are not running but showing up as passing. The main.yml file in our Github actions folder is simply iterating over a list of python versions and operating systems. I am currently not sure what is causing this behavior.

image

rpauly18 commented 2 years ago

@Matthew-Boyd there is a weird issue happening with GitHub actions on the Python side. The Py 3.8 and 3.9 versions are not running. Since you are diving into GitHub actions already, can you look into this and see if you can diagnose the issue?

Matthew-Boyd commented 2 years ago

Definitely, will do.

Matthew-Boyd commented 2 years ago

Fixed in commit dd927ba. Nose needs the option "--traverse-namespace" for Python 3.8+ to traverse through all path entries of a namespace package.