mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Reorganizing tox stuff and making py3-specific requirements
This commit is contained in:
13
test/utils/tox/requirements-py3.txt
Normal file
13
test/utils/tox/requirements-py3.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Test requirements
|
||||
#
|
||||
|
||||
nose
|
||||
mock >= 1.0.1, < 1.1
|
||||
passlib
|
||||
coverage
|
||||
coveralls
|
||||
unittest2
|
||||
redis
|
||||
python3-memcached
|
||||
python-systemd
|
||||
13
test/utils/tox/requirements.txt
Normal file
13
test/utils/tox/requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Test requirements
|
||||
#
|
||||
|
||||
nose
|
||||
mock >= 1.0.1, < 1.1
|
||||
passlib
|
||||
coverage
|
||||
coveralls
|
||||
unittest2
|
||||
redis
|
||||
python-memcached
|
||||
python-systemd
|
||||
Reference in New Issue
Block a user