Skip to content

Commit 94e1aa6

Browse files
committed
Due to the live_server_scope option, require pytest>=5.2
The fixture uses the dynamic fixture support introduced in pytest 5.2: https://github.com/pytest-dev/pytest/blob/master/doc/en/changelog.rst#pytest-520-2019-09-28
1 parent 7fbc736 commit 94e1aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest>=3.6
1+
pytest>=5.2
22
Flask
33
Werkzeug>=0.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def read(*parts):
115115
return ''
116116

117117

118-
requirements = read('requirements', 'main.txt').splitlines() + ['pytest']
118+
requirements = read('requirements', 'main.txt').splitlines()
119119
tests_require = []
120120

121121
extras_require = {

0 commit comments

Comments
 (0)