-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
|
So apparently (as expected) everything fails totally. |
|
The downloader doesn't have the libtaskotron module. |
|
There are RPMs missing to be able to run this: $ dnf repoquery --repo=rawhide -f /usr/lib/python2.7/site-packages/libtaskotron/__init__.py
libtaskotron-core-0:0.9.0-1.fc30.noarch
$ dnf repoquery --repo=rawhide -f /usr/lib/python3.7/site-packages/libtaskotron/__init__.py
(nothing) |
|
Yes, I am planning to build Py3 Taskotron in Rawhide soon™ . For now, the packages are available here: https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/builds/ |
6b9616e to
db8feaf
Compare
2f72f91 to
63a632e
Compare
|
So there was a bug with bytes encoded requires leaking |
|
Ok, it seems it's working fine on our dev instance: https://taskotron-dev.fedoraproject.org |
|
rawhide test failing. But the fial is in mock init, so something is weird, will rerun it. |
|
This seems to work. Can this go into develop? |
Yes, but please, keep the "python3" branch in sync with it, if you want to add and run the new commits on taskotron-dev. |
|
Offtopic: Any idea when libtaskotron package will be Python 3 in Fedora rawhide? |
|
Right about now :) If everything goes without any issues, it should be deployed to production sometimes next week. |
If W504 or W503 is not ignored, it always bugs you. Normally, one of them is ignored by default, but we redefine what's ignored. W503: line break before binary operator W504: line break after binary operator
|
Current state: Dropped the copr repo, the tests will fail, as the update is still pending to stable, but rawhide might work. Tomorrow, I'll rerun the tests. I will merge this to devel as soon as the tests succeed. (Let me know when I can remove the python3 branch). After a day or two, I merge to master as well (let me know if I should not). |
Update the list of taskotron packages we need
|
Python 3 Taskotron is in stable repos now and it's been deployed to the production instance. |
cc @frantisekz
Let's see what breaks.