Skip to content

Commit

Permalink
[tests]: Specify versions of pip packages (#1227)
Browse files Browse the repository at this point in the history
* [tests]: Specify versions of pip packages

* Update README.md
  • Loading branch information
pavel-shirshov authored Mar 23, 2020
1 parent 58e62d7 commit bcac081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SWSS, Redis, and all the other required components run inside a virtual switch D
```
sudo modprobe team
sudo apt install net-tools ethtool
sudo pip install docker pytest flaky redis
sudo pip install docker zipp==2.2.1 pytest==4.6.9 flaky redis
```
3. Install `python-swsscommon_1.0.0_amd64.deb`. You will need to install all the dependencies as well in the following order:
Expand Down Expand Up @@ -106,4 +106,4 @@ For those developing new features for SWSS or the DVS framework, you might find
```
You can mitigate this by editing the `DEFAULT_DOCKER_API_VERSION` in `/usr/local/lib/python2.7/dist-packages/docker/constants.py`, or by upgrading to a newer version of Docker CE. See [relevant GitHub discussion](https://github.com/drone/drone/issues/2048).

0 comments on commit bcac081

Please sign in to comment.