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

Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f66a161
Initial commit with base functionality.
Feb 13, 2023
bb87ba7
Merge find_conda functions.
Feb 20, 2023
0fc5068
Rearrange CondaEnvRunner.
Feb 20, 2023
48c40ca
Implement conda_env.
Feb 20, 2023
c792980
Handle conda_env.
Feb 20, 2023
838d5e1
Remove unused code.
Feb 21, 2023
7a0c51e
Installation.
Feb 21, 2023
93c897a
Reformat.
Feb 21, 2023
7504726
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 21, 2023
dfb59dc
Inherit from PythonRun and add type info.
Apr 24, 2023
4aed14c
Reformat plugin with isort and black.
Apr 24, 2023
6afdb36
WIP.
May 30, 2023
1330cad
Fixes.
May 31, 2023
26fe70f
Plugin fixes.
May 31, 2023
b51c6a7
Use executor instead of subprocess.
May 31, 2023
52a8bfb
Test infrastructure wip.
Jun 1, 2023
503e190
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 1, 2023
b2c68cd
Fix test passing.
Jun 1, 2023
b2b45c3
2nd test ready.
Jun 1, 2023
580330a
4th test.
Jun 1, 2023
b5104ee
Format.
Jun 1, 2023
e77fd71
conda_spec test added.
Jun 2, 2023
fcff0cc
Add conda-env test and fixes.
Jun 2, 2023
7bdd51e
Test for env. and spec.
Jun 2, 2023
311a14e
Add conda env. tests are ready.
Jun 2, 2023
af770cf
Add conda_name test.
Jun 2, 2023
10868ef
Format.
Jun 2, 2023
3b7b57e
Add cache tests.
Jun 2, 2023
8e863c4
Add more tests and fixes.
Jun 2, 2023
b27855d
Format.
Jun 2, 2023
9f761eb
Add more tests.
Jun 2, 2023
ebe2c70
Format.
Jun 2, 2023
fa09579
Linting fixes.
Jun 2, 2023
63faefc
Run tests with pytest directly.
Jun 2, 2023
bc0cf59
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 2, 2023
610ddd8
Merge remote-tracking branch 'origin/main' into tox4
Jan 19, 2024
7935e75
Add conda_python option.
Jan 19, 2024
305ff7f
Lint and type fixes.
Jan 19, 2024
023cc54
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 19, 2024
97f68b8
Try fixing tests.
Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
packages = find:
install_requires =
ruamel.yaml>=0.15.0,<0.18
tox>=3.8.1,<4
tox>=4
python_requires = >=3.5

[options.packages.find]
Expand Down
128 changes: 0 additions & 128 deletions tox_conda/env_activator.py

This file was deleted.

Loading