Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Temporarily pin ws4py sub-dependency to v0.3.4 (#51)
Browse files Browse the repository at this point in the history
As we can see in #49 and #50, our integration tests broke due to a
recent ws4py release. Until we figure out how to fix the problem
upstream, we pin this dependency to make our tests run again.
  • Loading branch information
Virgil Dupras authored and ellmetha committed Mar 26, 2017
1 parent f36ce95 commit fd2678f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def read_relative_file(filename):
keywords='lxd lxc containers environments orchestration devops',
zip_safe=False,
install_requires=[
# This requirement below is actually a pylxd dependency, but a recent ws4py release broke
# lxdock. Until we figure out how to fix the problem upstream, we pin ws4py to v0.3.4 here.
'ws4py==0.3.4',
'colorlog>=2.0,<3.0',
'pylxd>=2.2,<3.0',
'PyYAML>=3.0,<4.0',
Expand Down

0 comments on commit fd2678f

Please sign in to comment.