Giter Club home page Giter Club logo

Comments (3)

lipemorais avatar lipemorais commented on August 30, 2024

There is an issues that as far as I understand was introduced on #217 .

I realised it looking at the logs from one of the jobs. Where I saw the message below:

___________________________________ summary ____________________________________
  py38: commands succeeded
SKIPPED:  py37: InterpreterNotFound: python3.7
  py36: commands succeeded
  congratulations :)

Each time that the tox command is executed it try to runs all the 3 Python versions(3.6, 3.7 and 3.8). The impact of it is that it takes a lot of time unnecessarily.

Ideally just one version should be executed for each stage. The job for Python 3.6 doesn't try to run 3.7 our 3.8, for example.

By the way I don't thinking that it block #220 to be merged because it fixes the CI and make the project able to be released.

@willianpaixao @cuducos do you have any ideia how it could be fixed?

from serenata-toolbox.

willianpaixao avatar willianpaixao commented on August 30, 2024

@lipemorais I did noticed that and the PR is not yet finished. I will fix this before merging.

from serenata-toolbox.

willianpaixao avatar willianpaixao commented on August 30, 2024

@lipemorais that issue was fixed.

py38: commands succeeded
SKIPPED:  py37: InterpreterNotFound: python3.7
SKIPPED:  py36: InterpreterNotFound: python3.6

I would like to run tox with '-e $TOXENV` flag but travis fails in passing the environment variable defined in matrix build, leaving only this option, of running all versions and skipping all but one per time. Not the most elegant ever, but in the future if travis fix this glitch we can improve this.

from serenata-toolbox.

Related Issues (20)

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.