Skip to content

Commit

Permalink
pytest 3.3.0 has an issue with parametrized null bytes again (pyca#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 29, 2017
1 parent 2219ea7 commit c204edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
setup_requirements.append("cffi>=1.7")

test_requirements = [
"pytest>=3.2.1",
"pytest>=3.2.1,!=3.3.0",
"pretend",
"iso8601",
"pytz",
Expand Down

0 comments on commit c204edd

Please sign in to comment.