Pytest fails due to AttributeError: 'NoneType' object has no attribute 'setCallSite'
#9
Labels
bug
Something isn't working
Error only occurs when calling
but not when
Possibly objects are released from memory after first test suite, but are needed in second, too. Moving object creation from base class to subc lasses doesn't resolve the bug though. SO suggests a Spark bug.
Workaround: only test
test_pybda.py
with CI and other test cases locally until bug is fixed.The text was updated successfully, but these errors were encountered: