Skip to content

Clean up Namer API

Choose a tag to compare

@JayBazuzi JayBazuzi released this 12 Jul 17:40
· 78 commits to main since this release

Changed Namer:

- def get_received_filename(self, base) -> str:
+ def get_received_filename(self) -> str:

this should only effect people that have made their own namers.

Minor

We also reset the minimum required version of pytest back to 4.0.0