Git Product home page Git Product logo

alteryx-open-src-update-checker's Introduction

Alteryx Open Source Update Checker

Tests PyPI Downloads


Alteryx open source update checker is a Python library to automatically check that you have the latest version of an Alteryx open source library. If your Alteryx open source library is out of date, a warning to upgrade will be shown.

Installation

  • Install with pip (as an add-on to Alteryx open source libraries):
python -m pip install "featuretools[updater]"
python -m pip install "evalml[updater]"
python -m pip install "woodwork[updater]"
python -m pip install "compose[updater]"
conda install -c conda-forge alteryx-open-src-update-checker

Disable Checker

  • You can disable the update checker by changing your environment variables to include the following:
export ALTERYX_OPEN_SRC_UPDATE_CHECKER=False

Built at Alteryx Innovation Labs

Alteryx Innovation Labs

alteryx-open-src-update-checker's People

Contributors

dependabot[bot] avatar frances-h avatar gsheni avatar kmax12 avatar thehomebrewnerd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alteryx-open-src-update-checker's Issues

test_default can flake

Steps to reproduce:

  1. Checkout main.
  2. pip install -e .
  3. pip install -r test-requirements.txt
  4. pytest alteryx_open_src_update_checker/tests/test_ayx_open_source_update_checker.py::test_default

I'm attaching a screen shot of two subsequent runs of test_default I shared with @gsheni and @thehomebrewnerd . I found it interesting that even in the second successful test run, the warning about the ft version being out of date still got captured by pytest (You can see that in the "Warnings summary" section). But the test is written in such a way that no warnings should be emitted at all.

image

Update tests

Need to add tests for the following cases:

  • Featuretools version is current
  • HTTP request timeout
  • HTTP missing or invalid data returned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.