Skip to content

Commit

Permalink
Lock pytest version to stop internal error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jun 1, 2019
1 parent bfe5d88 commit deb88a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ paho-mqtt==1.3.1
pyjwt
pykwalify>=1.6.1
pytest-cov
pytest>=3.6.0
pytest>=3.6.0,<4.6.0
python-box
pyyaml
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
backports.functools_lru_cache
paho-mqtt==1.3.1
jmespath
pytest>=3.6.0,<5
pytest>=3.6.0,<4.6.0

[options.packages.find]
exclude =
Expand Down

0 comments on commit deb88a5

Please sign in to comment.