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
will often fail as it will take longer than 1 second for test_version to complete but only on MacOS. I am not sure why it is only MacOS, but this should be resolved.
Just saw this.. sorry. MacOS has a longer PYTHONPATH included by default, and I think you might see some extra slowdown b/c of that... I'd check the pythonpath, and other env variable settings to see where the slowdown is (executable lookup or actual code execution?)
In the CI
pyhf-validation/tests/test_cli.py
Lines 6 to 16 in a75fe22
will often fail as it will take longer than 1 second for
test_version
to complete but only on MacOS. I am not sure why it is only MacOS, but this should be resolved.c.f. PR #9
The text was updated successfully, but these errors were encountered: