Skip to content

Commit

Permalink
pytest 3.3.0 has an issue with parametrized null bytes again (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Nov 28, 2017
1 parent 7bcb926 commit 9b086fd
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 @@ -55,7 +55,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 9b086fd

Please sign in to comment.