Skip to content

Commit

Permalink
Pin pytest until we drop 2.6 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored and alexwlchan committed Nov 28, 2017
1 parent 736c621 commit f724786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -102,7 +102,9 @@ def find_meta(meta):
"test": [
"flaky",
"pretend",
"pytest>=3.0.1",
# pytest 3.3 doesn't support Python 2.6 anymore.
# Remove this pin once we drop Python 2.6 too.
"pytest>=3.0.1,<3.3.0",
],
"docs": [
"sphinx",
Expand Down

0 comments on commit f724786

Please sign in to comment.