Incorrectly interpreting `skip: True # [not py35]` line
See original GitHub issueWhen using conda smithy rerender
on a recipe that contains this line (skip: True # [not py35]
), it is removing appveyor.yml
and .travis.yml
, as if it had to skip all platforms.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
conda-forge/conda-forge.github.io - Gitter
The feedstock creation may have a bug interpreting that pre-processor. ... I re-rendered it with skip: True # [not win or py2k] and...
Read more >Defining metadata (meta.yaml) - Conda
py files that should not be compiled yet, because the Python interpreter that will be used is not known at build time. In...
Read more >Changelog - isort
Fixed #1667: extra newline added with float-to-top, after skip, in some cases. Fixed #1594: incorrect placement of noqa comments with multiple from imports....
Read more >tox Documentation - Read the Docs
Setting this to True is equivalent of passing the --skip-missing-interpreters command line option, and will force tox to return success even ...
Read more >tox 3.1.3 - PyPI
tox is a generic virtualenv management and test command line tool you can use ... with incorrectly defactorized dependencies (deps passed to pip...
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 Free
Top 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
@jakirkham I agree, thanks for looking into this. The
not py35
is there just for ensuring it will not build more than one package with the same name, but I agree it seems weird if there’d no requirement for python.@jakirkham I’ve removed it, since
doxygen
doesn’t seem to need a runtime (it is copied from the binary distribution, which doesn’t include any runtime. I’ve confirmed it with dependency walker).