epam / epam/ai-dial-client-python

Consider migrating to tox

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7
Forks
2
Avg merge
1d 18h
Merged PRs (30d)
8

Description

`tox` support running tests in multiple envs in parallel, whereas, `nox` doesn't, which is painful with large test matrices like this one:

```python
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12"])
@nox.parametrize("pydantic", ["1.10.17", "2.8.2"])
@nox.parametrize("httpx", ["0.25.0", "0.27.0"])
@nox.parametrize("openai", ["1.0.0", "1.51.0"])
```

https://github.com/wntrblm/nox/issues/544#issuecomment-1631849578

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.