dropbox/stone

Do tests require pytest <5 or <7?

BastianZim opened this issue · 2 comments

Before you start
Have you checked StackOverflow, previous issues, and Dropbox Developer Forums for help?
Yes

What is your question?
A clear and concise description the question.

setup.py lists pytest at <5:

stone/setup.py

Lines 26 to 28 in 314d297

test_reqs = [
'pytest < 5',
]

Whereas test/requirements.txt lists it at <7:

(Introduced in #191)

Just wanted to check which one's correct?

Thanks for raising this! I'll ask the team to check and fix this.

Thank you!