StackStorm / st2sdk

This repository contains different utilities and tools which help with the StackStorm integration pack development.
Apache License 2.0
10 stars 11 forks source link

Updated requirements to match st2 repo #20

Closed nmaludy closed 6 years ago

nmaludy commented 6 years ago

Recently in our unit tests i was noticing the following errors:

Installing dependencies from st2 repository...
st2sdk 0.3.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.
st2sdk 0.3.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.
Installing global pack test dependencies...
Installing pack-specific dependencies...
st2sdk 0.3.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.
Installing pack-specific test dependencies...
st2sdk 0.3.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.

I noticed that in StackStorm/st2 the requirements.txt (https://github.com/StackStorm/st2/blob/master/requirements.txt) had a newer version of six pinned which conflicted with the version coded in this repo.

After this is merged, there probably will need to be a new release of st2sdk to PyPI so that pip install picks up the new version with the updated requirements pinned.

Kami commented 6 years ago

LGTM, thanks :+1: