Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tox4 #163

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Tox4 #163

wants to merge 40 commits into from

Commits on Feb 13, 2023

  1. Initial commit with base functionality.

    Tibor Takacs committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f66a161 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Merge find_conda functions.

    Tibor Takacs committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bb87ba7 View commit details
    Browse the repository at this point in the history
  2. Rearrange CondaEnvRunner.

    Tibor Takacs committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0fc5068 View commit details
    Browse the repository at this point in the history
  3. Implement conda_env.

    Tibor Takacs committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    48c40ca View commit details
    Browse the repository at this point in the history
  4. Handle conda_env.

    Tibor Takacs committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c792980 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Remove unused code.

    Tibor Takacs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    838d5e1 View commit details
    Browse the repository at this point in the history
  2. Installation.

    Tibor Takacs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7a0c51e View commit details
    Browse the repository at this point in the history
  3. Reformat.

    Tibor Takacs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    93c897a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7504726 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Inherit from PythonRun and add type info.

    Tibor Takacs committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dfb59dc View commit details
    Browse the repository at this point in the history
  2. Reformat plugin with isort and black.

    Tibor Takacs committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4aed14c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. WIP.

    Tibor Takacs committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6afdb36 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fixes.

    Tibor Takacs committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1330cad View commit details
    Browse the repository at this point in the history
  2. Plugin fixes.

    Tibor Takacs committed May 31, 2023
    Configuration menu
    Copy the full SHA
    26fe70f View commit details
    Browse the repository at this point in the history
  3. Use executor instead of subprocess.

    Tibor Takacs committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b51c6a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Test infrastructure wip.

    Tibor Takacs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    52a8bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503e190 View commit details
    Browse the repository at this point in the history
  3. Fix test passing.

    Tibor Takacs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b2c68cd View commit details
    Browse the repository at this point in the history
  4. 2nd test ready.

    Tibor Takacs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b2b45c3 View commit details
    Browse the repository at this point in the history
  5. 4th test.

    Tibor Takacs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    580330a View commit details
    Browse the repository at this point in the history
  6. Format.

    Tibor Takacs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b5104ee View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. conda_spec test added.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e77fd71 View commit details
    Browse the repository at this point in the history
  2. Add conda-env test and fixes.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fcff0cc View commit details
    Browse the repository at this point in the history
  3. Test for env. and spec.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    7bdd51e View commit details
    Browse the repository at this point in the history
  4. Add conda env. tests are ready.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    311a14e View commit details
    Browse the repository at this point in the history
  5. Add conda_name test.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    af770cf View commit details
    Browse the repository at this point in the history
  6. Format.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    10868ef View commit details
    Browse the repository at this point in the history
  7. Add cache tests.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3b7b57e View commit details
    Browse the repository at this point in the history
  8. Add more tests and fixes.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8e863c4 View commit details
    Browse the repository at this point in the history
  9. Format.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b27855d View commit details
    Browse the repository at this point in the history
  10. Add more tests.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9f761eb View commit details
    Browse the repository at this point in the history
  11. Format.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ebe2c70 View commit details
    Browse the repository at this point in the history
  12. Linting fixes.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fa09579 View commit details
    Browse the repository at this point in the history
  13. Run tests with pytest directly.

    Tibor Takacs committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    63faefc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc0cf59 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge remote-tracking branch 'origin/main' into tox4

    Tibor Takacs committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    610ddd8 View commit details
    Browse the repository at this point in the history
  2. Add conda_python option.

    Tibor Takacs committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7935e75 View commit details
    Browse the repository at this point in the history
  3. Lint and type fixes.

    Tibor Takacs committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    305ff7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    023cc54 View commit details
    Browse the repository at this point in the history
  5. Try fixing tests.

    Tibor Takacs committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    97f68b8 View commit details
    Browse the repository at this point in the history