Skip to content

Commit

Permalink
Fix pytest version conflict
Browse files Browse the repository at this point in the history
https://travis-ci.org/simonw/datasette/jobs/305929426

    pkg_resources.VersionConflict: (pytest 3.2.1 (/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages), 
    Requirement.parse('pytest==3.2.3'))
  • Loading branch information
Simon Willison committed Nov 22, 2017
1 parent fa8eb0b commit f96e55b
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 @@ -25,7 +25,7 @@
''',
setup_requires=['pytest-runner'],
tests_require=[
'pytest==3.2.3',
'pytest==3.2.1',
'aiohttp==2.3.2',
],
classifiers=[
Expand Down

0 comments on commit f96e55b

Please sign in to comment.