CI still skips py2 after removing skip from build section
See original GitHub issueI’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:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😉
@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.