- explicitly pin python 3.8 in tox.ini
- downgrade pyYAML since there are issues with cython [0]
- allow running find from inside venv
[0] https://github.com/yaml/pyyaml/issues/724
Issue-ID: MULTICLOUD-1510
Change-Id: I43fcaa7306a59028739fe47d15ab72b761688a99
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
# Docs related
docs/html
*.log
+.venv
+venv
# mock==2.0.0
# unittest_xml_reporting==1.12.0
-PyYAML==5.4.1
+PyYAML==5.3.1
# for pecan framework
# pecan>=1.2.1
# uwsgi for parallel processing
# uwsgi
-
[tox]
-envlist = py36,pep8,cover
+envlist = py38,pep8,cover
skipsdist = true
[tox:jenkins]
[testenv]
basepython =
- py36: python3
+ py38: python3.8
pep8: python3
cover: python3
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
+allowlist_externals = /usr/bin/find
commands =
/usr/bin/find . -type f -name "*.py[c|o]" -delete
python manage.py test multivimbroker