testoperenv/python
2023-11-27 20:24:27 +01:00
..
pyproject.toml initial commit 2023-11-26 17:29:15 +01:00
README.md add some documentation 2023-11-27 20:24:27 +01:00
smoketest.py initial commit 2023-11-26 17:29:15 +01:00

Test Python Tooling

The current test does

  • create a VM with poetry
  • fetch python eggs (requests, pytest)
  • do an https request (to google) to ensure certificates can be found
  • and of course run python version 3.11 or later