7bff3d312f
* Split out sanity test requirements. * Run each --venv test separately. This provides verification that the requirements for each test are properly specified. * Use a separate requirements file per sanity test. * Skip setuptools/cryptography setup for sanity. * Eliminate pyyaml missing warning. * Eliminate more pip noise. * Fix conflicting generate_pip_install commands. * Add changelog fragment.
2 lines
114 B
Text
2 lines
114 B
Text
pylint ; python_version < '3.9' # installation fails on python 3.9.0b1
|
|
pyyaml # needed for collection_detail.py
|