Skip to content

Commit

Permalink
Bump pytest and pytest-asyncio deps (#71)
Browse files Browse the repository at this point in the history
Bump pytest and pytest-asyncio deps
  • Loading branch information
mjpieters committed Apr 22, 2020
1 parent 530df32 commit 913c6ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions requirements/ci-wheel.txt
@@ -1,10 +1,9 @@
-r flake.txt
-r wheel.txt

coverage==5.1
pytest==5.3.5
pytest-asyncio==0.10.0
pytest-cov==2.8.1
tox==3.14.6
twine==3.1.1

# Using PEP 508 env markers to control dependency on runtimes:
codecov==2.0.22
4 changes: 2 additions & 2 deletions requirements/wheel.txt
@@ -1,3 +1,3 @@
pytest==5.3.5
pytest-asyncio==0.10.0
pytest==5.4.1
pytest-asyncio==0.11.0
twine==3.1.1

0 comments on commit 913c6ec

Please sign in to comment.