-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: test/test_job_archive_interface.py - missing test plan #370
Comments
One note: if I run |
I wonder if the flux-accounting Python bindings is doing something incorrectly with SUBDIRS = accounting
install-data-hook:
$(AM_V_at)echo Linking python modules in non-standard location... && \
$(INSTALL) -d -m 0755 "$(DESTDIR)$(fluxpylinkdir)" && \
target=$(fluxpydir) && \
f=$${target##*/} && \
cd "$(DESTDIR)$(fluxpylinkdir)" && \
rm -f $$f && \
$(LN_S) $$target .
uninstall-local:
$(AM_V_at)target=$(fluxpydir) && f=$${target##*/} && \
echo "Removing $(fluxpylinkdir)/$$f" && \
rm -rf $(fluxpylinkdir)/$$f |
I was thinking maybe the python environment for unit tests would be the right place to start looking:
But that looks ok to me. I must be missing something. |
I've since moved the Python unit tests to the |
Problem: as noted here, one of the unit tests is failing for me:
This is a debian bullseye system with flux-core installed as a system package.
The text was updated successfully, but these errors were encountered: