Skip to content

Commit f724786

Browse files
hynekalexwlchan
authored andcommitted
Pin pytest until we drop 2.6 (#721)
1 parent 736c621 commit f724786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ def find_meta(meta):
102102
"test": [
103103
"flaky",
104104
"pretend",
105-
"pytest>=3.0.1",
105+
# pytest 3.3 doesn't support Python 2.6 anymore.
106+
# Remove this pin once we drop Python 2.6 too.
107+
"pytest>=3.0.1,<3.3.0",
106108
],
107109
"docs": [
108110
"sphinx",

0 commit comments

Comments
 (0)