wampy icon indicating copy to clipboard operation
wampy copied to clipboard

gevent required version changed

Open Korridzy opened this issue 3 years ago • 9 comments

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

Korridzy avatar Feb 25 '21 17:02 Korridzy

thanks @Korridzy. will look at this asap.

noisyboiler avatar Feb 28 '21 21:02 noisyboiler

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 .

noisyboiler avatar Mar 01 '21 15:03 noisyboiler

#107 #108 fixtures added

Korridzy avatar Mar 01 '21 16:03 Korridzy

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

Korridzy avatar Mar 01 '21 16:03 Korridzy

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

noisyboiler avatar Mar 01 '21 16:03 noisyboiler

@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...

Korridzy avatar Mar 01 '21 16:03 Korridzy

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

noisyboiler avatar Mar 01 '21 19:03 noisyboiler

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

noisyboiler avatar Apr 05 '21 19:04 noisyboiler

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

  • More smooth importing solution for wampy.roles
  • gitignore update for Pycharm users

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

Korridzy avatar May 21 '21 17:05 Korridzy