*** r-mibu has joined #openstack-requirements | 00:13 | |
*** hongbin has joined #openstack-requirements | 00:59 | |
*** edmondsw has joined #openstack-requirements | 01:05 | |
*** otherwiseguy has quit IRC | 01:05 | |
*** edmondsw has quit IRC | 01:09 | |
*** otherwiseguy has joined #openstack-requirements | 01:14 | |
*** rpioso is now known as rpioso|afk | 01:19 | |
openstackgerrit | Merged openstack/requirements master: update constraint for openstacksdk to new release 0.15.0 https://review.openstack.org/581386 | 01:23 |
---|---|---|
*** cjloader has joined #openstack-requirements | 01:43 | |
*** cjloader has quit IRC | 01:53 | |
openstackgerrit | Merged openstack/requirements stable/pike: update constraint for tripleo-common to new release 7.6.14 https://review.openstack.org/580884 | 02:35 |
*** edmondsw has joined #openstack-requirements | 02:53 | |
*** edmondsw has quit IRC | 02:57 | |
*** hongbin has quit IRC | 03:40 | |
*** udesale has joined #openstack-requirements | 03:49 | |
*** hwoarang has quit IRC | 05:31 | |
*** hwoarang has joined #openstack-requirements | 05:32 | |
*** CrayZee has joined #openstack-requirements | 05:33 | |
*** ianw is now known as ianw_pto | 06:00 | |
*** andreas_s has joined #openstack-requirements | 06:22 | |
*** florianf has joined #openstack-requirements | 06:25 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/581589 | 06:38 |
*** udesale has quit IRC | 06:40 | |
*** udesale has joined #openstack-requirements | 06:42 | |
openstackgerrit | Merged openstack/requirements master: Updated from generate-constraints https://review.openstack.org/581211 | 06:43 |
prometheanfire | 5 minutes too late :| | 06:45 |
openstackgerrit | Matthew Thode proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/581589 | 06:47 |
*** ccamacho has joined #openstack-requirements | 07:02 | |
*** amoralej|off is now known as amoralej | 07:34 | |
*** tosky has joined #openstack-requirements | 07:37 | |
*** jpich has joined #openstack-requirements | 07:56 | |
*** andreas_s has quit IRC | 08:59 | |
*** andreas_s has joined #openstack-requirements | 08:59 | |
*** andreas_s_ has joined #openstack-requirements | 09:00 | |
*** andreas_s_ has quit IRC | 09:00 | |
*** andreas_s_ has joined #openstack-requirements | 09:01 | |
*** andreas_s_ has quit IRC | 09:01 | |
*** andreas_s has quit IRC | 09:04 | |
*** andreas_s has joined #openstack-requirements | 09:30 | |
*** andreas_s has quit IRC | 09:43 | |
*** andreas_s has joined #openstack-requirements | 09:52 | |
*** andreas_s has quit IRC | 10:01 | |
*** andreas_s has joined #openstack-requirements | 10:01 | |
*** andreas_s has quit IRC | 10:05 | |
*** spsurya_ has joined #openstack-requirements | 10:08 | |
*** andreas_s has joined #openstack-requirements | 10:09 | |
*** andreas_s_ has joined #openstack-requirements | 10:16 | |
*** andreas_s has quit IRC | 10:19 | |
*** andreas_s_ has quit IRC | 10:20 | |
*** andreas_s has joined #openstack-requirements | 10:26 | |
*** andreas_s has quit IRC | 10:35 | |
*** andreas_s has joined #openstack-requirements | 10:40 | |
*** andreas_s has quit IRC | 10:53 | |
kevko | Hello guys, can someone advice me how to run requirements tests which is zuul running on review ? | 11:05 |
kevko | is it possible with tox ? | 11:06 |
*** andreas_s has joined #openstack-requirements | 11:07 | |
*** andreas_s has quit IRC | 11:13 | |
*** andreas_s has joined #openstack-requirements | 11:13 | |
*** r-mibu has quit IRC | 11:21 | |
dhellmann | kevko : it's not necessarily straightforward to do that, unfortunately, because of the way the job is defined | 11:22 |
dhellmann | the script in the requirements repo is playbooks/requirements-check.yaml | 11:23 |
dhellmann | sorry, pasto | 11:23 |
dhellmann | the script is playbooks/files/project-requirements-change.py | 11:23 |
dhellmann | to run it you need to install the requirements repo with pip | 11:24 |
dhellmann | so you'll want a virtualenv | 11:24 |
kevko | dhellmann: hmm, ok, just wanted to know if there is some way to do that ... because my review was passing requiremets test ..but now it is not ... in log is : | 11:24 |
dhellmann | we should probably add a virtualenv to the tox config to make that a little simple | 11:24 |
kevko | dhellmann: 2018-07-11 09:28:08.260129 | ubuntu-xenial | Requirement(package='contextlib2', location='', specifiers='>=0.4.0', markers='', comment='# PSF License', extras=frozenset()) 'markers': '' does not match "python_version<'3.0'" 2018-07-11 09:28:08.260474 | ubuntu-xenial | Could not find a global requirements entry to match package {}. If the package is already included in the global list, the name or platform marke | 11:24 |
kevko | rs there may not match the local settings. | 11:24 |
kevko | dhellmann: so , i added ";python_version<'3.0' " to requirements ...and hope it will pass ...but it would be nice to have a option to try it locally | 11:25 |
dhellmann | that should fix it for you | 11:25 |
dhellmann | but yes, I agree, it would be useful to be able to run that test locally | 11:25 |
dhellmann | do you have a link to your patch handy? | 11:26 |
kevko | dhellmann: thank you for answer :) | 11:26 |
*** udesale has quit IRC | 11:29 | |
openstackgerrit | Doug Hellmann proposed openstack/requirements master: add tox env for running requirements-check https://review.openstack.org/581694 | 11:34 |
dhellmann | kevko : ^^ | 11:34 |
*** EvilienM is now known as EmilienM | 11:36 | |
kevko | dhellmann: oh, that was very fast :) , and how can I run test for specific change locally in git ? | 11:41 |
dhellmann | kevko : check out the requirements repository with that patch, then run tox -e requirements-check and pass it the path to your local copy of your repository | 11:42 |
dhellmann | the readme in the patch shows what the command looks like | 11:42 |
kevko | dhellmann: yes , but this will run requirements check for all project cross right ? | 11:43 |
dhellmann | no | 11:43 |
dhellmann | that only validates that the requirements settings in your repository are correct | 11:44 |
dhellmann | this is just a little bit of tox glue to set up the same script that is run in the requirements-check job in the CI system | 11:44 |
kevko | dhellmann: oh, i see readme ... got it now | 11:44 |
kevko | dhellmann: going to try, thank you | 11:45 |
dhellmann | let me know how it goes :-) | 11:45 |
kevko | dhellmann: ok | 11:45 |
kevko | dhellmann: requirements-check: commands succeeded | 11:46 |
kevko | congratulations :) | 11:46 |
kevko | dhellmann: nice :) | 11:46 |
kevko | dhellmann: very usefull | 11:46 |
dhellmann | \o/ | 11:47 |
*** amoralej is now known as amoralej|lunch | 12:20 | |
*** edmondsw has joined #openstack-requirements | 12:27 | |
*** udesale has joined #openstack-requirements | 12:31 | |
*** udesale_ has joined #openstack-requirements | 12:35 | |
*** udesale_ has quit IRC | 12:36 | |
*** udesale has quit IRC | 12:36 | |
*** udesale_ has joined #openstack-requirements | 12:36 | |
*** udesale_ has quit IRC | 12:37 | |
*** vpickard_ is now known as vpickard | 12:42 | |
*** openstack has joined #openstack-requirements | 13:04 | |
*** ChanServ sets mode: +o openstack | 13:04 | |
*** amoralej|lunch is now known as amoralej | 13:13 | |
*** spsurya_ has quit IRC | 13:18 | |
openstackgerrit | Matthew Thode proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/581589 | 14:08 |
*** spsurya_ has joined #openstack-requirements | 14:37 | |
*** cjloader has joined #openstack-requirements | 14:51 | |
*** udesale has joined #openstack-requirements | 14:54 | |
*** cjloader has quit IRC | 14:56 | |
*** cjloader has joined #openstack-requirements | 14:57 | |
*** rpioso|afk is now known as rpioso | 14:58 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-muranoclient to new release 1.1.0 https://review.openstack.org/581772 | 15:02 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-solumclient to new release 2.7.0 https://review.openstack.org/581775 | 15:08 |
*** florianf has quit IRC | 15:09 | |
*** florianf has joined #openstack-requirements | 15:14 | |
*** andreas_s has quit IRC | 15:54 | |
*** andreas_s has joined #openstack-requirements | 15:55 | |
*** andreas_s has quit IRC | 15:59 | |
*** jpich has quit IRC | 16:13 | |
prometheanfire | dhellmann: did you look at the taskflow thing after johnsom ack'd | 16:29 |
dhellmann | prometheanfire : not yet, let me do that now | 16:29 |
openstackgerrit | Sorin Sbarnea proposed openstack/requirements master: Raise minimum for pyyaml to 3.13 https://review.openstack.org/578801 | 16:29 |
dhellmann | prometheanfire : approved | 16:32 |
*** florianf has quit IRC | 16:34 | |
prometheanfire | thanks :D | 16:44 |
*** udesale has quit IRC | 17:04 | |
*** amoralej is now known as amoralej|off | 17:05 | |
*** edmondsw has quit IRC | 18:07 | |
*** edmondsw has joined #openstack-requirements | 18:07 | |
openstackgerrit | Michal Arbet proposed openstack/requirements master: Raise networkx upper-constraints to 2.1 https://review.openstack.org/581854 | 19:07 |
*** CrayZee has quit IRC | 19:12 | |
*** cjloader has quit IRC | 19:41 | |
*** edmondsw has quit IRC | 19:42 | |
*** cjloader has joined #openstack-requirements | 19:42 | |
*** edmondsw has joined #openstack-requirements | 19:43 | |
*** cjloader has quit IRC | 20:03 | |
prometheanfire | meeting in 23 min or after the game whichever comes last | 20:05 |
*** cjloader_ has joined #openstack-requirements | 20:08 | |
prometheanfire | well, guess that's that | 20:21 |
prometheanfire | it just keeps going | 20:30 |
tonyb | prometheanfire: meeting? | 20:32 |
prometheanfire | I suppose | 20:32 |
tonyb | prometheanfire: some of us gt up early to make this time, and some are staying up late | 20:32 |
prometheanfire | #startmeeting requirements | 20:33 |
openstack | Meeting started Wed Jul 11 20:33:04 2018 UTC and is due to finish in 60 minutes. The chair is prometheanfire. Information about MeetBot at http://wiki.debian.org/MeetBot. | 20:33 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 20:33 |
*** openstack changes topic to " (Meeting topic: requirements)" | 20:33 | |
openstack | The meeting name has been set to 'requirements' | 20:33 |
prometheanfire | #topic rollcall | 20:33 |
*** openstack changes topic to "rollcall (Meeting topic: requirements)" | 20:33 | |
prometheanfire | o/ | 20:33 |
prometheanfire | tonyb, prometheanfire, number80, dirk, coolsvap, toabctl, smcginnis, dhellmann | 20:33 |
tonyb | o/ | 20:33 |
openstackgerrit | Michal Arbet proposed openstack/requirements master: Update constraints for networkx to new release 2.1 https://review.openstack.org/578094 | 20:34 |
tonyb | looks like just us two ;p | 20:35 |
prometheanfire | ya | 20:35 |
prometheanfire | tonyb: I'm trying to get this networkx thing finished, just need a release of taskflow and dib to get their shit together about it | 20:35 |
prometheanfire | http://logs.openstack.org/94/578094/5/check/requirements-tox-py27-check-uc/1f1eeb6/job-output.txt.gz#_2018-07-11_19_26_50_344225 | 20:35 |
tonyb | prometheanfire: I'll take care of DIB | 20:36 |
prometheanfire | #topic Any controversies in the Queue? | 20:36 |
*** openstack changes topic to "Any controversies in the Queue? (Meeting topic: requirements)" | 20:36 | |
prometheanfire | tonyb: thanks, the taskflow patch may help | 20:36 |
*** spsurya_ has quit IRC | 20:36 | |
tonyb | not controversies, but things I'd liekto highligh | 20:36 |
tonyb | https://review.openstack.org/581160 oslo.messaging 8.0.0 | 20:36 |
prometheanfire | yes? | 20:37 |
tonyb | we want to make sure the API break isn't going to cause pain or at least call it out on the list with a reasonable set of instructions as to how to fix it | 20:37 |
tonyb | I wanted to write a script to find likley breakers and run a noop chnage against it and I may still do that | 20:38 |
prometheanfire | shouldn't oslo (and us) mail the list trying to get people to test/use lower-constraints to guard against it? | 20:38 |
tonyb | well we need to gett it into upper-consstraints first, and if the API break doesn't affect $project then they don't need to bump l-c either | 20:39 |
tonyb | but yes if we do find a project that breaks we do need to call that out in l-c | 20:39 |
prometheanfire | ok | 20:39 |
prometheanfire | so are you worried that the cross tests are not good enough? | 20:39 |
tonyb | prometheanfire: Yeah, basically | 20:39 |
tonyb | prometheanfire: I don't *know* but I don't think it covers all the oslo.messaging (direct) users | 20:40 |
* tonyb runs his scripts to check. | 20:41 | |
tonyb | wheil I do ... | 20:41 |
tonyb | we need to decide about our support for py34 on master | 20:41 |
tonyb | (backtrack)Package : oslo-messaging [oslo-messaging] (used by 51 projects) | 20:42 |
tonyb | so yeah I doubt our cross-gate will catch the breaks if they happen. | 20:42 |
prometheanfire | tonyb: ya, sounds good | 20:42 |
tonyb | anyway, the python3.4 stuff | 20:42 |
prometheanfire | sure | 20:42 |
tonyb | we have it in our constraints but techically we don't support master on py3.4 | 20:43 |
prometheanfire | oslo-messaging is used by deps of deps | 20:43 |
prometheanfire | I suspect we cover at least the majority of that 51 | 20:43 |
tonyb | but I feel like perhaps suse could be doing that thing | 20:43 |
prometheanfire | ya, now that we have py36 we should drop py34 | 20:43 |
prometheanfire | I thought gentoo dropped py34, but we still have it, think we switched default to 36 | 20:44 |
prometheanfire | suse could do what thing? | 20:44 |
tonyb | prometheanfire: have py34 in the OS and run rocky/master on that OS | 20:45 |
tonyb | ooo actually I know people other than dirk in suse I'll ping them | 20:45 |
prometheanfire | tonyb: lol | 20:45 |
prometheanfire | I thought rocky was targeting 35 | 20:46 |
dirk | tonyb: could be doing what? | 20:46 |
tonyb | dirk: have py34 in the OS and run rocky/master on that OS | 20:46 |
dirk | yep, that could happen | 20:47 |
tonyb | dirk: We're trying to work out if having the py3.4 constrarints in u-c is helpful or can be removed | 20:47 |
prometheanfire | ok, in that case perhaps we should schedule the drop for stein? | 20:47 |
dirk | so opensuse-leap-423, which is supportd until end of 01/2019, contains python 3.4 | 20:47 |
dirk | so it is potentially used somewhere | 20:48 |
dirk | (its available as a nodepool image) | 20:48 |
tonyb | dirk: Okay. | 20:48 |
dirk | we could add it to the testing if thats your concern :) | 20:48 |
prometheanfire | technically you could do it in gentoo too, but I've been switching things over to 35, might make 36 for rocky | 20:48 |
dirk | adding another tests job against a leap image shouldn't be difficult | 20:48 |
tonyb | dirk: Great, so wheil it's a nodepool image we shoudl keep the constraints | 20:48 |
tonyb | prometheanfire: Yup I think we shoudl keep them and schedule the removal fro m3 in stien | 20:49 |
dirk | tonyb: ever tried running against it? | 20:49 |
tonyb | dirk: I think you started doign that at one point | 20:49 |
tonyb | dirk: personally no, but are there *any* jobs that do? | 20:49 |
prometheanfire | tonyb: are we the ones that make that decision (remove support for a python from openstack)? | 20:50 |
tonyb | prometheanfire: Yes and no | 20:50 |
tonyb | There is a community statement, we're just extending it a little | 20:51 |
prometheanfire | ok | 20:51 |
dirk | tonyb: I tried py36 | 20:51 |
prometheanfire | honestly I'd prefer removing 34 from stein right after we branch | 20:52 |
openstackgerrit | Dirk Mueller proposed openstack/requirements master: DNM: py34 constraints testing https://review.openstack.org/581882 | 20:52 |
dirk | prometheanfire: works for me | 20:52 |
tonyb | prometheanfire: but that'll break opensuse-leap-423 nodepool images | 20:52 |
tonyb | dirk: nice one! | 20:52 |
dirk | leap-423 is going to be removed jan 2019 | 20:52 |
dirk | ah, so proposal is to remove earlier | 20:52 |
dirk | sorry, was confused about tiemline | 20:53 |
dirk | well, lets see how far it works.. :) | 20:53 |
prometheanfire | dirk: ok, as long as it doesn't hurt any project (and it shouldn't) | 20:53 |
prometheanfire | honestly we'll probably only remove py34 once upstream stops supporting it | 20:53 |
prometheanfire | meaning I could add a py34 gentoo job til that happens | 20:54 |
tonyb | Ok so I think we need to do 2 things 1) ask the list about when we remove py34 constraints and suggest stien-m3 for ^^ reasons ; and 2) merge https://review.openstack.org/580241 + one more (unwritten) chnage so that we don't keep losing py36 stuff | 20:54 |
prometheanfire | at least for the simple checks | 20:54 |
prometheanfire | tonyb: sgtm | 20:54 |
tonyb | prometheanfire: cool. | 20:55 |
prometheanfire | my attempt at on freeze to others didn't go well :P | 20:55 |
tonyb | dirk: how doe your chnage run on leap-423? | 20:56 |
dirk | tonyb: it doesn't yet | 20:56 |
tonyb | dirk: Ahh okay glad I didn't just miss it | 20:56 |
dirk | tonyb: I was trying to figure out how to change the image whithout copying all of the job parent | 20:56 |
dirk | I was hoping the default image already contains python 3.4 | 20:56 |
tonyb | dirk: Ahh okay, as long as they aren't 'final' you shoudl be able to do that | 20:57 |
tonyb | dirk: I don't think it does but we'll see | 20:57 |
prometheanfire | ok, other than those tasks, move on? | 20:57 |
tonyb | prometheanfire: +1 | 20:57 |
prometheanfire | #topic open floor | 21:01 |
*** openstack changes topic to "open floor (Meeting topic: requirements)" | 21:01 | |
openstackgerrit | Dirk Mueller proposed openstack/requirements master: DNM: py34 constraints testing https://review.openstack.org/581882 | 21:01 |
tonyb | chnages from the constraints bot ... is it time to add known bad exclusions to g-r? | 21:01 |
tonyb | do we know why the 'bad' things are bad? | 21:02 |
openstackgerrit | Dirk Mueller proposed openstack/requirements master: DNM: py34 constraints testing https://review.openstack.org/581882 | 21:02 |
prometheanfire | tonyb: yes, generally, the google stuff is waiting on cinder | 21:03 |
prometheanfire | the pyldap stuff should be fixed in code to not be proposed | 21:03 |
prometheanfire | networkx is known about | 21:03 |
prometheanfire | eventlet is the only one off the top of my head that has a case to be capped | 21:04 |
tonyb | prometheanfire: are the cinder team workign on fixing the google stuff? | 21:04 |
prometheanfire | yes | 21:07 |
dirk | is this mental to do list noted down somewhere? | 21:07 |
prometheanfire | I talked with them yesterday iirc | 21:07 |
prometheanfire | dirk: nope | 21:07 |
tonyb | prometheanfire: Okay | 21:08 |
prometheanfire | anything else? | 21:09 |
tonyb | not from me | 21:10 |
prometheanfire | #endmeeting | 21:12 |
*** openstack changes topic to "OpenStack Requirements - IRC meetngs on Wednesdays @ 07:00 UTC in here in #openstack-requirements - See agenda @ http://tinyurl.com/h44ryuw - IRC channel is *LOGGED* @ http://tinyurl.com/j38rk24" | 21:12 | |
openstack | Meeting ended Wed Jul 11 21:12:08 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:12 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-07-11-20.33.html | 21:12 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-07-11-20.33.txt | 21:12 |
openstack | Log: http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-07-11-20.33.log.html | 21:12 |
openstackgerrit | Dirk Mueller proposed openstack/requirements master: DNM: py34 constraints testing https://review.openstack.org/581882 | 21:13 |
dirk | tonyb: I wonder if we wouldn't want to remove py27 support prior py34 support (I think python 3.x should be all fairly easy to support) | 21:14 |
dirk | but it looks like the timelines are different | 21:15 |
dirk | tonyb: redhat is targetting py36 for rocky? | 21:15 |
*** ccamacho has quit IRC | 21:19 | |
tonyb | dirk: we'll remove py27 sometime after unicorn that part is a little fuzzy but projecst can remove py27 *code* as soon as we branch unicorn | 21:23 |
tonyb | dirk: the el7 distros don't have any py3 at all and REHL-next has been said to not have any py2, which I think answers your question about rocky | 21:24 |
dirk | well, it could still be py37 ;-) | 21:27 |
prometheanfire | nice | 21:27 |
dirk | http://logs.openstack.org/82/581882/4/check/requirements-tox-py34-check-uc/580cce5/job-output.txt.gz#_2018-07-11_21_23_07_486541 | 21:28 |
dirk | thats the answer to the "are the python 3.4 constraints useful" | 21:28 |
tonyb | dirk: True. At some level you're asking about product dates which aren't public | 21:29 |
tonyb | dirk: Oh so not are the useful they're different | 21:30 |
tonyb | dirk: rats :( | 21:30 |
dirk | if this the first issue in that area? | 21:30 |
dirk | I wonder how to solve that - I'm trying to figure out if its the only issue | 21:30 |
* tonyb has no idea how to handle that, without a stable nodepool image that has python 2.7, 3.4, 3.5 and 3.6 :( | 21:30 | |
openstackgerrit | Dirk Mueller proposed openstack/requirements master: DNM: py34 constraints testing https://review.openstack.org/581882 | 21:31 |
dirk | tonyb: containers! | 21:31 |
tonyb | dirk: that'll do it | 21:32 |
tonyb | dirk: create a container with all those python versions? | 21:32 |
dirk | for something else I recently bite the bullet and added some small docker magic to test the same thing on several different distros | 21:32 |
tonyb | dirk: I suppose we could modify the generate tool to capture the freeze from a python in a container and then use the same logic to merge them | 21:33 |
dirk | tonyb: well, building a container for each. not very difficult | 21:33 |
tonyb | dirk: in theory no hard than a venv, just slower ;P | 21:33 |
tonyb | dirk: I'll ask infra | 21:35 |
tonyb | docker pull python:3.4 | 21:36 |
tonyb | seems to do somethign reasonable | 21:36 |
tonyb | actually rather than ask on infra I'll ask on the list as it's likley to be a bigger discussion | 21:37 |
dirk | if the image is precached inside the nodepool image? | 21:37 |
tonyb | dirk: I doubt they'd do that but IIUC there is a local registry in each provider | 21:38 |
*** vpickard is now known as vpickard_ | 21:38 | |
tonyb | using containers would make it harder for peopel to run locally :( | 21:41 |
tosky | uhm, in the last year I've seen wave of changes that removed the py34 tox target for many projects | 21:43 |
tosky | but maybe for requirements is different? | 21:43 |
dirk | it is definitely one of the more esoteric versions in openstack | 21:44 |
tonyb | tosky: Yeah the general rule in the community is we support master on the current ubuntu LTS but for requirements we have consumers on a wide range of distro (at varing ages) so we're trying to be moer accommodating | 21:44 |
tosky | I see, thanks | 21:45 |
dirk | there isn't a strong need for py34 atm though | 21:45 |
dirk | so if its a major headache we don't have to spend time on it | 21:45 |
dirk | I actually did work on py37 + openstack and thats a pain already | 21:45 |
*** edmondsw has quit IRC | 23:12 | |
*** edmondsw has joined #openstack-requirements | 23:13 | |
*** edmondsw has quit IRC | 23:17 | |
*** tosky has quit IRC | 23:35 | |
*** rpioso is now known as rpioso|afk | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!