During pytest -n auto the threads on tests run independently. This can cause a failure of TestMeasurement::test_read_write because it expects the output of another test to exist. The Exception message is:
FileNotFoundError: [Errno 2] No such file or directory: '/home/mpound/src/pdrtpy/pdrtpy/testdata/n22_cii_flux_error.fits'
During
pytest -n autothe threads on tests run independently. This can cause a failure ofTestMeasurement::test_read_writebecause it expects the output of another test to exist. The Exception message is:FileNotFoundError: [Errno 2] No such file or directory: '/home/mpound/src/pdrtpy/pdrtpy/testdata/n22_cii_flux_error.fits'