File: integration-requirements.txt

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (19 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-r requirements.txt
# PyPI requirements for cloud-init integration testing
# https://docs.cloud-init.io/en/latest/development/integration_tests.html
#
pycloudlib>=1!10.0.2,<1!11

# Avoid breaking change in `testpaths` treatment forced
# test/unittests/conftest.py to be loaded by our integration-tests tox env
# resulting in an unmet dependency issue:
# https://github.com/pytest-dev/pytest/issues/11104
pytest!=7.3.2
pytest-timeout

# Even when xdist is not actively used, we have fixtures that require it
pytest-xdist

packaging
passlib
coverage==7.2.7  # Last version supported in Python 3.7