Simplify python310-tp env

Change-Id: Icaec77d9338f4cc9a0a745203be5c140d2b51380
This commit is contained in:
Takashi Kajinami 2023-10-15 11:39:14 +09:00
parent ae2d60da90
commit b2bfe5e285
2 changed files with 3 additions and 6 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
pip install -q -U -e "git+https://git.openstack.org/openstack/tosca-parser.git#egg=tosca_parser"

View File

@ -45,10 +45,10 @@ commands =
[testenv:py310-tp]
basepython = python310
allowlist_externals =
bash
deps =
{[testenv deps]}
https://opendev.org/openstack/tosca-parser.git
commands =
bash ./run_py-tosca-parser-master.sh
python setup.py test --slowest --testr-args='{posargs}'
[flake8]