wampy
wampy copied to clipboard
gevent required version changed
See #105. pip install gevent -U worked fine. So I changed requirement
thanks @Korridzy. will look at this asap.
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 .
#107 #108 fixtures added
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 try bumping the req to pytest-capturelog-0.1.0
@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 will help with the build tomorrow. sorry this has been such hard work for you.
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
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.