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.

regro-cf-autotick-bot breaks skip line

See original GitHub issue

Issue:

I am having an issue with one of the conda forge bots, apologies if this is the wrong place for such an issue.

Each time the regro-cf-autotick-bot autobumps a package version, it mangles the skip line in the recipe, causing both the linter and all CI tests to fail.

For example: https://github.com/conda-forge/pp-sketchlib-feedstock/pull/22/files#diff-f3725a55bf339595bf865fec73bda8ac99f283b0810c205442021f29c06eea9aR14-R15

  skip: true  # [py2k or win or cuda_compiler_version == "9.2" or cuda_compiler_version == "10.0" or cuda_compiler_version == "10.1" or cuda_compiler_version == "10.2"]

becomes:

  ? skip__###conda-selector###__py2k or win or cuda_compiler_version == "9.2" or cuda_compiler_version == "10.0" or cuda_compiler_version == "10.1" or cuda_compiler_version == "10.2"
  : true

This has happened on every autobump on this feedstock. Is this an expected feature to get me to check the skip line, or a problem with the bot?


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
isurufcommented, Feb 11, 2021

You could also do skip: true # [py2k or win or cuda_compiler_version in ("9.2", "10.0", "10.1", "10.2")]

0reactions
beckermrcommented, Feb 11, 2021

I think that will fix it, but I need to write a unittest to be sure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maintaining packages
Checkout the branch of the PR, git should automatically link it to the regro-cf-autotick-bot remote if this is the only remote with a...
Read more >
conda-forge/regro-cf-autotick-bot
It is my understanding that the regro-cf-autokick-bot detects new versions of feedstock packages (on PyPI) and automatically creates appropriate PRs.
Read more >
regro-cf-autotick-bot stopped working
It happened somewhere between v0.8.0 when the autotick's PR was closed in favor a manual PR. Did that break it? Sorry. How do...
Read more >
Contributing — XClim Official Documentation
xclim's structure makes it easy to create and register new user-defined indices and indicators. For the general implementation of indices and their wrapping ......
Read more >
Contributing — PyVista 0.37.dev0 documentation
To submit new code to pyvista, first fork the pyvista GitHub Repo and then ... Go grab a beer/coffee/water and wait for @regro-cf-autotick-bot...
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