Pin pytest to 7.0.1 (#2898)

This commit is contained in:
Mark Towers
2022-06-19 21:49:28 +01:00
committed by GitHub
parent a7e1861f5c
commit dc39a4ef8e
4 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ extras = {
testing_group = set(extras.keys()) - {"accept-rom-license", "atari"}
extras["testing"] = list(
set(itertools.chain.from_iterable(map(lambda group: extras[group], testing_group)))
) + ["pytest", "mock"]
) + ["pytest==7.0.1"]
# All dependency groups - accept rom license as requires user to run
all_groups = set(extras.keys()) - {"accept-rom-license"}