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 the Makefile target python-tests sometimes fails with "pytest not found". There should be an explicit dependency on pytest which ensures it is installed when executing the tests
Currently the Makefile target
python-testssometimes fails with "pytestnot found". There should be an explicit dependency onpytestwhich ensures it is installed when executing the tests