mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 06:46:04 +01:00
** This reverts 879fe0ec0e in favor of using a specific version of setuptools.
** Most people consider the deprecation of setuptools `tests_require` in 40.0.0 (this still causes errors). Previous versions also give errors
but for different missing features. Setuptools 45.0.0 appears new enough to get rid of said errors while still including the `tests_require` feature.
Considering 45.0.0 the sweetspot. This simplifies the travis config changes and setup.py changes. This also ensures we stick to specific versions.
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
# Versions are pinned to prevent pypi releases arbitrarily breaking
|
|
# tests with new APIs/semantics. We want to update versions deliberately.
|
|
|
|
# flake8 must be listed before pylint to avoid dependency conflicts
|
|
flake8==3.7.9
|
|
flake8-mutable==1.2.0
|
|
flake8-print==3.1.4
|
|
pylint==2.4.4
|
|
pytest==5.4.1
|
|
setuptools-lint==0.6.0
|
|
yamllint==1.20.0
|
|
setuptools==45.0.0
|