Skip to content

Commit

Permalink
Depend on a newer pytest-trio
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Oct 1, 2020
1 parent 462627e commit cb522c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Testing
pytest
pytest >= 5.0
pytest-cov
pytest-trio
pytest-faulthandler
pytest-trio >= 0.6.0

# Tools
black == 19.10b0; implementation_name == "cpython"
Expand Down
7 changes: 3 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mccabe==0.6.1 # via flake8
more-itertools==8.0.2 # via pytest
mypy-extensions==0.4.3 # via mypy, trio-typing
mypy==0.782 ; implementation_name == "cpython" # via -r test-requirements.in, trio-typing
outcome==1.0.1 # via trio
outcome==1.0.1 # via pytest-trio, trio
packaging==19.2 # via pytest
pathspec==0.6.0 # via black
pluggy==0.13.1 # via pytest
Expand All @@ -26,9 +26,8 @@ pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pyparsing==2.4.5 # via packaging
pytest-cov==2.8.1 # via -r test-requirements.in
pytest-faulthandler==2.0.1 # via -r test-requirements.in
pytest-trio==0.5.2 # via -r test-requirements.in
pytest==5.3.1 # via -r test-requirements.in, pytest-cov, pytest-faulthandler, pytest-trio
pytest-trio==0.6.0 # via -r test-requirements.in
pytest==5.3.1 # via -r test-requirements.in, pytest-cov, pytest-trio
regex==2019.12.9 # via black
six==1.13.0 # via packaging
sniffio==1.1.0 # via trio
Expand Down

0 comments on commit cb522c6

Please sign in to comment.