This is confusing, no tests in this PR, but flag says pending ... https://src.fedoraproject.org/rpms/python-networkx/pull-request/7
Metadata Update from @msrb: - Issue assigned to msrb
Yep, I agree.
This was caused by the dist-git-build-pipeline that is responsible for scratch-building pull requests. Previously it was not sending any CI messages, so people were confused and thought that CI is not running. So we initially added dummy "running" messages there.
However. Since dist-git pipeline only runs for packages which have tests in dist-git, there was no pipeline that would close the loop with the final "complete" or "error" message.
dist-git-build-pipeline now sends its own messages, and waits for scratch builds to finish. So people shouldn't see these anomalies anymore.
Metadata Update from @msrb: - Issue status updated to: Closed (was: Open)