question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CI still skips py2 after removing skip from build section

See original GitHub issue

I’m trying to add support for python 2 to the kivy-feedstock (https://github.com/conda-forge/kivy-feedstock/pull/2). Previously there was skip: True # [py < 35] in the build section, so I removed it. The problem is that the CI is still only building 3.5+ packages so I cannot test whether it works.

Would it need to be merged into master before it would add py2 support? Does that mean there’s no way to test if the py2 build would fail from the PR and that I should merge and then try to fix issues? Or maybe something else is going on?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
scopatzcommented, Jul 17, 2018

xonsh is a super-set of Python, so you can write it in pure Python if you want. Also, you could write a side-car Python module that contains the activity and then import it / register it in the rever.xsh.

As for the confusion, I’d be very interested in having a separate discussion with you about what you find confusing exactly @isuruf 😉

1reaction
scopatzcommented, Jul 17, 2018

@CJ-Wright - yep definitely! That would be preferable, infact. I just have no idea how to restart the webservice, but it is the sort of thing that should be scripted/documented as a rever activity. I would write this activity right in the rever.xsh file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Skip or cancel jobs and workflows - CircleCI
This document describes how to skip or cancel work when triggering pipelines. There are a couple of ways to do this. The jobs...
Read more >
Poetry tries to remove setuptools and then complains it can't ...
When running poetry install , Poetry tries to remove setuptools , and then later complains that setuptools is not found when trying to...
Read more >
How do I prevent python skipping an integer during an ...
You should NOT remove items from the list that you are iterating over, the iterations are skipped because you are breaking the "for"...
Read more >
GitlabRunner does not check out the latest commit but the ...
CI via gitlab-runner does not check out the latest commit on the docker image, but uses the previous commit. This is wrong!
Read more >
Bandit Documentation - Read the Docs
To do this, Bandit processes each file, builds ... skips comma separated list of tests to skip ... or as part of a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found