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 5.3.5 to 5.4.1 #157

Closed
wants to merge 4 commits 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/test.txt
@@ -1,6 +1,6 @@
-e .
-r syntax.txt
pytest==5.3.5
pytest==5.4.1
pytest-cov==2.8.1
pytest-asyncio==0.10.0
codecov==2.0.22
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -22,6 +22,7 @@ testpaths = tests
filterwarnings=
error
ignore::DeprecationWarning:jose
ignore:direct construction of Function has been deprecated, please use Function.from_parent:DeprecationWarning

[coverage:run]
branch = True
Expand Down