noisyboiler / wampy

Websocket RPC and Pub/Sub for Python applications and microservices
Mozilla Public License 2.0
127 stars 24 forks source link

gevent required version changed #106

Open Korridzy opened 3 years ago

Korridzy commented 3 years ago

See #105. pip install gevent -U worked fine. So I changed requirement

noisyboiler commented 3 years ago

thanks @Korridzy. will look at this asap.

noisyboiler commented 3 years ago

appreciated @Korridzy looks like a build issue not at all to do with your changes

ERROR: Could not find a version that satisfies the requirement pytest-capturelog==0.7 (from wampy[dev])
ERROR: No matching distribution found for pytest-capturelog==0.7
The command "pip3 install --editable .[dev]" failed and exited with 1 during .
Korridzy commented 3 years ago

107 #108 fixtures added

Korridzy commented 3 years ago

appreciated @Korridzy looks like a build issue not at all to do with your changes

ERROR: Could not find a version that satisfies the requirement pytest-capturelog==0.7 (from wampy[dev])
ERROR: No matching distribution found for pytest-capturelog==0.7
The command "pip3 install --editable .[dev]" failed and exited with 1 during .

ok, I'll take a look now

noisyboiler commented 3 years ago

@Korridzy try bumping the req to pytest-capturelog-0.1.0

Korridzy commented 3 years ago

@Korridzy try bumping the req to pytest-capturelog-0.1.0

The history page for pytest-capturelog looks a bit strange. It says the only release was 0.1.0 on 27 feb 2021...

noisyboiler commented 3 years ago

@Korridzy will help with the build tomorrow. sorry this has been such hard work for you.

noisyboiler commented 3 years ago

Hi @Korridzy I'd like to merge this and get your footprint on the wampy project. Thank you for exposing the bug. It's been fixed in a parallel PR but please do update your fork so I can merge this in. Keep up the good work and email me with your thoughts on this project! Simon

Korridzy commented 3 years ago

Hi @noisyboiler Sorry for delay. Now I've merged this branch with your master and also made a couple of changes in it:

Travis tests failed for reason unrelated to my updates. Temporary processing power lack or something.