Skip to content

requirements: Add dependency for 'py' and 'pytest-forked'

Neill Whillans requested to merge neill/py_requirement into master

Description

Changes in pytestmake it no longer depend on the py package[1], but pytest-pycodestyle still tries to use it, and pytest-xdist >v3.0.0 removed the pytest-forked dependency[2]. This caused the unit tests of our CI pipeline to fail. As such this request adds both py and pytest-forked as dependencies for both requirements.tests.in and requirements.dev.in.

[1] https://github.com/henry0312/pytest-pycodestyle/issues/97 [2] https://pytest-xdist.readthedocs.io/en/latest/changelog.html#pytest-xdist-2-5-0-2021-12-10

Changes proposed in this merge request:

  • Add py and pyest-forked dependencies to requirements.tests.in and requirements.dev.in
  • Generate new requirements.in file and regenerate all the associated requirements.*.txt files

Validation

CI pipeline unit tests start (and complete)

Issues addressed

Fixes issue with failing CI pipelines due to recent changes in a couple of python packagaes

Merge request reports

Loading