Update pytest and pin amqp version to previous one

- Pytest reference [0]
- amqp reference [1]

[0] https://github.com/pytest-dev/pytest/issues/3280
[1] b51d1d678e

Change-Id: I676f54abf27e27646ae9ded4f1c2648824b047c9
This commit is contained in:
Roman Gorshunov 2019-10-02 13:19:34 +02:00
parent f42e85d7ce
commit 7430cc5869
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Testing
pytest==3.4
amqp==2.5.1
pytest==3.5.0
pytest-cov==2.5.1
responses==0.10.2
testfixtures==5.1.1

View File

@ -1,5 +1,6 @@
# Testing
pytest==3.4
amqp==2.5.1
pytest==3.5.0
pytest-cov==2.5.1
responses==0.10.2
testfixtures==5.1.1