Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest from 4.5.0 to 4.6.1 #1760

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ billiard==3.6.0.0
kombu==4.5.0

# Testing and dev
pytest==4.5.0
pytest==4.6.1
pytest-django==3.4.8
pytest-sugar==0.9.2
pytest-cov==2.7.1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ greenlet==0.4.15 # via gevent
gunicorn==19.9.0
icalendar==4.0.3
idna==2.8 # via requests
importlib-metadata==0.17 # via pluggy
importlib-metadata==0.17 # via pluggy, pytest
incremental==17.5.0 # via towncrier
ipaddress==1.0.22 # via mail-parser
ipdb==0.12
Expand All @@ -81,7 +81,7 @@ monotonic==1.5 # via notifications-python-client
more-itertools==7.0.0 # via pytest
notifications-python-client==5.3.0
oauthlib==2.1.0
packaging==19.0 # via pytest-sugar
packaging==19.0 # via pytest, pytest-sugar
parso==0.4.0 # via jedi
pathtools==0.1.2 # via watchdog
pep8-naming==0.8.2
Expand All @@ -106,7 +106,7 @@ pytest-django==3.4.8
pytest-forked==1.0.2 # via pytest-xdist
pytest-sugar==0.9.2
pytest-xdist==1.28.0
pytest==4.5.0
pytest==4.6.1
python-dateutil==2.8.0
pytz==2019.1 # via celery, django, icalendar
pyyaml==5.1
Expand Down