3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-22 10:09:35 +01:00
setup-python/__tests__
Nicolas Delaby 2eb6c43547 Extract python version from explicit main group (poetry)
As documented here
https://python-poetry.org/docs/managing-dependencies/#dependency-groups

```toml
[tool.poetry.dependencies]
```
and
```toml
[tool.poetry.group.main.dependencies]
```
Are equivalent
2023-11-08 18:57:48 +01:00
..
data Add GraalPy support (#694) 2023-10-10 14:59:54 +02:00
cache-restore.test.ts Fix pipenv jobs (#699) 2023-07-13 14:11:40 +02:00
cache-save.test.ts Add warning for empty cache paths (#642) 2023-04-06 12:02:34 +02:00
check-python-path.sh feature: add a python-path output 2022-05-24 21:02:03 +02:00
find-graalpy.test.ts Add GraalPy support (#694) 2023-10-10 14:59:54 +02:00
find-pypy.test.ts Add and configure ESLint and update configuration for Prettier (#617) 2023-03-09 12:44:56 +02:00
finder.test.ts Add and configure ESLint and update configuration for Prettier (#617) 2023-03-09 12:44:56 +02:00
install-graalpy.test.ts Add GraalPy support (#694) 2023-10-10 14:59:54 +02:00
install-pypy.test.ts Add and configure ESLint and update configuration for Prettier (#617) 2023-03-09 12:44:56 +02:00
test-pipenv.py Fix pipenv jobs (#699) 2023-07-13 14:11:40 +02:00
utils.test.ts Extract python version from explicit main group (poetry) 2023-11-08 18:57:48 +01:00
verify-python.py Improve workflows (#88) 2020-05-01 18:52:58 +02:00