scientific-python / pytest-doctestplus

Pytest plugin providing advanced doctest features
Other
97 stars 37 forks source link

Prevent doctest dumping/leaving files in repo #68

Open bsipocz opened 5 years ago

bsipocz commented 5 years ago

See PR in astropy, ideally it should be fixed here natively rather than doing hacks in package conftests: https://github.com/astropy/astropy/pull/9439

pllim commented 5 years ago

@jdavies-st has an unmerged patch at astropy/astropy#9439 that can be moved upstream to here to fix this.

EDIT: Oh, ops. I didn't see that the PR was already linked above. Sorry for the duplicate info.

bsipocz commented 4 years ago

Note: astropy has a workaround merged in now, but this should be fixed here.