sympy test suite fails on FileNotFoundError
because path to temporary directory has symlinks
#17593
Labels
Milestone
I was getting many errors in sympy's test suite because of failed shutil cp calls, such as:
Fixed by getting the abspath with
readlink -f /home/robertsc/eb-workdir
, which got me/gpfs/nvme1/1/robertsc/EasyBuild
, and after setting eb's tmpdir to thisabspath / ebtmpdir
, the test suite passed.The text was updated successfully, but these errors were encountered: