You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_data
Matt Clay 4452d98662
Support venv in ansible-test virtualenv scripts (#73163)
* ansible-test - prefer venv over virtualenv on Python 3 (#73000)

Also pin virtualenv to 16.7.10 for older Mac OS X systems. This was the version being installed
anway with the previous constraint (<20).

On systems with Python 3, now prefer venv over virtualenv. Test to see if venv is functional since
some systems have a non-functional venv installation (such as Debian).

(cherry picked from commit 850a77f639)

* Make the new ansible-test venv behavior opt-in

Co-authored-by: Sam Doooran <sdoran@redhat.com>
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 7 years ago
completion [centos6] update container for EOL (#72795) 5 years ago
injector Support venv in ansible-test virtualenv scripts (#73163) 5 years ago
playbooks Internally redirect win modules to collection name (#68317) 6 years ago
pytest/plugins [stable-2.10] fix collection package root location under pytest >=6.0.0 (#70963) 5 years ago
requirements [stable-2.10] Fix cryptography constraints in ansible-test. (#72914) (#72922) 5 years ago
sanity Fix processing of add_file_common_args=True when argument_spec is not specified as kwarg. (#72334) (#72361) 5 years ago
setup Support venv in ansible-test virtualenv scripts (#73163) 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 7 years ago
collection_detail.py Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 6 years ago
coveragerc Move ansible-test coverage config to test/lib/ 7 years ago
cryptography-constraints.txt [stable-2.10] Fix cryptography constraints in ansible-test. (#72914) (#72922) 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 6 years ago
pytest.ini Explicitly set junit_family=xunit1 @ pytest config 6 years ago
quiet_pip.py Fix ansible-test pip filter on Fedora 32. 6 years ago
sslcheck.py [stable-2.10] Fix cryptography constraints in ansible-test. (#72914) (#72922) 5 years ago
versions.py Ignore warnings in ansible-test environment check. 6 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 6 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 7 years ago